1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-07-05 22:00:11 +03:00
dotfiles/.config/nvim/init.vim

9 lines
229 B
VimL

" show some context lines up/down of the cursor
set scrolloff=3
set ignorecase
set cursorline
" configure reasonable swap file
" https://begriffs.com/posts/2019-07-19-history-use-vim.html?hn=3#backups-and-undo
runtime swap.vim