Vimwiki autowrite all
Enabled Vimwiki to autowrite, so when I edit a wiki file and hit backspace, it automatically saves the file
This commit is contained in:
1
.vimrc
1
.vimrc
@@ -287,5 +287,6 @@ autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||
" Default directory
|
||||
let g:vimwiki_list = [{'path': '$HOME/repos/thevimwiki/', 'syntax': 'markdown', 'ext': '.md'}]
|
||||
let g:vimwiki_global_ext = 0
|
||||
let g:vimwiki_autowriteall = 1
|
||||
au FileType vimwiki setlocal shiftwidth=6 tabstop=6 noexpandtab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user