1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vimrc: re-enable autosave

This commit is contained in:
Joe Groocock 2017-09-29 12:57:18 +01:00
parent 74c3f7336f
commit 1819e6ae03
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

2
.vimrc
View File

@ -74,7 +74,7 @@ let g:airline_theme='solarized'
let g:airline#extensions#tabline#enabled = 1
" vim-auto-save
"let g:auto_save = 1 " enable AutoSave on Vim startup
let g:auto_save = 1 " enable AutoSave on Vim startup
" vim-markdown plugin
let vim_markdown_preview_toggle=0