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
" Autosave
augroup autoSaveAndRead
autocmd!
autocmd TextChanged,InsertLeave,FocusLost * silent! wall
autocmd CursorHold * silent! checktime
augroup END
" augroup autoSaveAndRead
" autocmd!
" autocmd TextChanged,InsertLeave,FocusLost * silent! wall
" autocmd CursorHold * silent! checktime
" augroup END
" Lion alignment operator config (see https://github.com/tommcdo/vim-lion)
let b:lion_squeeze_spaces = 1