Disable writing swp files

This commit is contained in:
Edward Litherland-Smith 2021-03-29 14:34:20 +01:00
parent ca86a91b10
commit f3e7f78896

1
vimrc
View file

@ -8,6 +8,7 @@ set t_TI=""
set t_TE=""
set t_ut=""
set noswapfile
set updatetime=1000
set signcolumn=yes