[vim] noswapfile enabled

This commit is contained in:
2023-09-12 00:51:40 +03:00
parent ad142af07d
commit 65c799f574

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/