mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-21 16:00:59 +02:00
Add vim swapfile support
This commit is contained in:
parent
6eeb4da26e
commit
c19f359ba8
0
.config/nvim/backup/.keep
Normal file
0
.config/nvim/backup/.keep
Normal file
@ -1,3 +1,8 @@
|
||||
" 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
|
||||
|
0
.config/nvim/swap/.keep
Normal file
0
.config/nvim/swap/.keep
Normal file
0
.config/nvim/undodir/.keep
Normal file
0
.config/nvim/undodir/.keep
Normal file
Loading…
Reference in New Issue
Block a user