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:
chawley (tfadmin)
2024-02-20 21:16:58 +00:00
parent 78cd1de02a
commit eaa36969c3

1
.vimrc
View File

@@ -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