fix (vimrc): avoid creating swap files
This commit is contained in:
parent
9f05dc1a87
commit
ea909b00d7
3
vimrc
3
vimrc
@ -4,6 +4,9 @@ set nocompatible
|
|||||||
" disable modeline for security
|
" disable modeline for security
|
||||||
set nomodeline
|
set nomodeline
|
||||||
|
|
||||||
|
" avoid creating a swapfile
|
||||||
|
set noswapfile
|
||||||
|
|
||||||
" Adjust the default color groups for a dark or light background, respectively.
|
" Adjust the default color groups for a dark or light background, respectively.
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user