X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=e1375129a496c5567848a75cc8cc757524144361;hb=c587afa712c20b1fc26d481eb4fae8d92838dc7a;hp=4baa304ef0531fa16675cb0c558ecc0d01b628ec;hpb=bf414b48e94ca6e551138e70a13a9eac1413f2ff;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index 4baa304..e137512 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -35,6 +35,7 @@ Plugin 'Chiel92/vim-autoformat' Plugin 'python-rope/ropevim' Plugin 'pangloss/vim-javascript' Plugin 'itspriddle/vim-shellcheck' +Plugin 'vimwiki/vimwiki' " All of your Plugins must be added before the following line call vundle#end() " required @@ -171,3 +172,7 @@ noremap :Autoformat let ropevim_goto_def_newwin = 1 let ropevim_guess_project = 1 + +" Vimwiki +let g:vimwiki_list = [{'path': '~/vimwiki/', 'syntax': 'markdown', 'ext': '.md'}] +let g:vimwiki_global_ext = 0