Adding new stuff

This commit is contained in:
Viktor Barzin 2017-10-31 00:00:02 +00:00
parent 97ff522efb
commit a25d7efae7

10
.vimrc
View file

@ -456,11 +456,11 @@ set synmaxcol=200
set autoread set autoread
" Autosave " Autosave
augroup autoSaveAndRead " augroup autoSaveAndRead
autocmd! " autocmd!
autocmd TextChanged,InsertLeave,FocusLost * silent! wall " autocmd TextChanged,InsertLeave,FocusLost * silent! wall
autocmd CursorHold * silent! checktime " autocmd CursorHold * silent! checktime
augroup END " augroup END
" Lion alignment operator config (see https://github.com/tommcdo/vim-lion) " Lion alignment operator config (see https://github.com/tommcdo/vim-lion)
let b:lion_squeeze_spaces = 1 let b:lion_squeeze_spaces = 1