Add vim swapfile support

This commit is contained in:
Arti Zirk 2019-08-12 11:47:35 +03:00
parent 6eeb4da26e
commit c19f359ba8
4 changed files with 5 additions and 0 deletions

View File

View 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
View File

View File