diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-01-01 12:12:54 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-01-01 12:13:21 -0700 |
commit | c3ef3ea161752983419a1a17ba8bc0b18ac79edc (patch) | |
tree | 49b2641b5899b21aca3eb3b482d6d50ee0e563e4 | |
parent | 89021e88220a30050e386cec8a238cfdb93357db (diff) |
Changeing the wiki folder
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,4 +31,4 @@ call plug#end() set lazyredraw "Stops flashing from command above and helps save on processing set backupdir^=~/.vim/vim-files/backups/ set directory=~/.vim/vim-files/swaps/ -let g:vimwiki_list = [{'path': '~/Notes/wiki', 'path_html': '~/Notes/wiki_html/', 'ext': '.markdown'}] +let g:vimwiki_list = [{'path': '~/Wiki/wiki', 'path_html': '~/Wiki/wiki_html/', 'ext': '.markdown'}] |