diff --git a/vim/vimrc b/vim/vimrc index dd614eb..a7fc463 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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/