mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
variabilize notes path for maintainability
This commit is contained in:
@ -226,7 +226,7 @@ let g:rustfmt_autosave = 1 " Formats with rust plugin
|
||||
" VimWiki plugin
|
||||
let g:vimwiki_list = [
|
||||
\ {
|
||||
\ 'path': '~/Documents/notes/',
|
||||
\ 'path': $NOTES_PATH,
|
||||
\ 'syntax': 'markdown',
|
||||
\ 'index': 'home',
|
||||
\ 'ext': '.md'
|
||||
|
Reference in New Issue
Block a user