projects
/
dotfiles
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b6d9bd
)
nvim: added max column length marker
main
origin/HEAD
origin/main
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 9 Mar 2026 19:46:31 +0000
(20:46 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 9 Mar 2026 19:46:31 +0000
(20:46 +0100)
nvim/init.vim
patch
|
blob
|
history
diff --git
a/nvim/init.vim
b/nvim/init.vim
index efe697e40aba6ae218e3fca274b3fe9ca9fe079d..48bd5bd8c7c54aae2a68115decd51e0033421a84 100644
(file)
--- a/
nvim/init.vim
+++ b/
nvim/init.vim
@@
-15,6
+15,10
@@
nnoremap <C-s> :find ./**/*
set timeoutlen=500
" keymaps
+" max line length and color
+hi colorcolumn guibg='Grey'
+set colorcolumn=80
+
let mapleader = " "
nnoremap <leader>ff :Ex<CR>