Adding new stuff
This commit is contained in:
parent
97ff522efb
commit
a25d7efae7
1 changed files with 5 additions and 5 deletions
10
.vimrc
10
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue