[vim] disable swapfile

This commit is contained in:
2022-11-22 01:00:23 +03:00
parent ad142af07d
commit 5deea3cdd3

View File

@@ -7,6 +7,7 @@ filetype plugin indent on "Включает определение типа фа
"... соответствующих ему плагинов и файлов отступов
set nobackup
set nowritebackup
set noswapfile
set encoding=utf-8
syntax enable
set timeoutlen=300 ttimeoutlen=0 " https://www.johnhawthorn.com/2012/09/vi-escape-delays/