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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue