1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-07-03 13:20:10 +03:00
dotfiles/.config/nvim/init.vim
2019-10-11 15:26:30 +03:00

14 lines
444 B
VimL

" show some context lines up/down of the cursor
set scrolloff=3
set ignorecase
set cursorline
hi cursorline cterm=none term=none
autocmd WinEnter * setlocal cursorline
autocmd WinLeave * setlocal nocursorline
highlight CursorLine guibg=#303000 ctermbg=234
"highlight CursorLine guibg=#303000 ctermbg=lightgray
" configure reasonable swap file
" https://begriffs.com/posts/2019-07-19-history-use-vim.html?hn=3#backups-and-undo
runtime swap.vim