fix (vimrc): avoid creating swap files

This commit is contained in:
eeemsi 2023-01-24 17:40:57 +01:00
parent 9f05dc1a87
commit ea909b00d7
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -4,6 +4,9 @@ set nocompatible
" disable modeline for security
set nomodeline
" avoid creating a swapfile
set noswapfile
" Adjust the default color groups for a dark or light background, respectively.
set background=dark