Skip to content

Commit

Permalink
vim: disable swap file
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Aug 1, 2018
1 parent db38ad4 commit eb5d16a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ set number
set relativenumber
set cursorline
set autochdir
set noswapfile

set inccommand=split

Expand Down

0 comments on commit eb5d16a

Please sign in to comment.