File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ Now open Vim and run `:BundleInstall`
3636
3737## Other Additions
3838
39- * Vim will autosave after every keystroke. This will not trigger syntax highlighting and other
40- events looking at the BufWrite autocommand as those will still require manually saving.
4139* Manually saving a buffer will remove trailing whitespace automatically. Note that this should not
4240be run on the ~ /.vim/vimrc file because there is a required trailing whitespace character.
4341
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Plugin 'tpope/vim-abolish'
2525
2626" Utilities
2727Plugin ' bling/vim-airline'
28- Plugin ' 907th/vim-auto-save'
2928Plugin ' kien/ctrlp.vim'
3029Plugin ' rgarver/Kwbd.vim'
3130Plugin ' embear/vim-localvimrc'
Original file line number Diff line number Diff line change @@ -131,9 +131,6 @@ map <leader><leader> :ZoomWin<CR>
131131" Delete buffer without closing window
132132nnoremap <silent> <leader> bd :Kwbd<CR>
133133
134- " enable AutoSave on Vim startup
135- let g: auto_save = 1
136-
137134" CTags
138135map <leader> rt :!ctags --extra=+f --exclude=tmp --exclude=node_modules -R * <CR><CR>
139136map <leader> lt :TlistToggle<CR>
You can’t perform that action at this time.
0 commit comments