You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example to ~/MyDocs/VimWiki.
I have set the path in .vimrc with: let g:vimwiki_list = [{'path': '~/MyDocs/VimWiki/'}]
but VimWiki ignores it and with <leader>ww, it insists on creating ~/vimwiki/" and if I don't accept it, it aborts.
:VimwikiShowVersion:
Version: 2024.01.24
Os: Linux
Vim: 900
Branch: dev
Revision: 705ad1e
Date: 2024-06-23 12:11:20 -0400
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Not a solution, more of a work-around, but have you tried the multi-wiki syntax outlined in the manual?
from my .vimrc:
let e01 = {}
let e01.name= 'e01'
let e01.path = '~/vimwiki'
let l01 = {}
let l01.name= 'l01'
let l01.path = '~/likenowdev.github.io/wiki'
...
let g:vimwiki_list = [e01, l01, pmp]
I will give it a try. But this is also a compromise solution that messes up the .vimrc... even more! I don't like the Windows style: everything in «My documents» }:-)))
For example to
~/MyDocs/VimWiki
.I have set the path in .vimrc with:
let g:vimwiki_list = [{'path': '~/MyDocs/VimWiki/'}]
but VimWiki ignores it and with
<leader>ww
, it insists on creating~/vimwiki/
" and if I don't accept it, it aborts.:VimwikiShowVersion
:Version: 2024.01.24
Os: Linux
Vim: 900
Branch: dev
Revision: 705ad1e
Date: 2024-06-23 12:11:20 -0400
Thanks for your time.
The text was updated successfully, but these errors were encountered: