NobleRat
NobleRat
Closing from PR #1315
Hi @redapemusic35, please have a look at pr #1315 and checkout to the dev branch. I think it depends on the order where you declare syntax elements. Vim is trying...
Rebased with squashed Was waiting for @CharlesSchimmel who was actually waiting for my answer. Sorry guys. And well thank you very much @CharlesSchimmel for the PR (and the patience). I...
Hello @fancsali, The variable you are looking for is listsym_rejected Like in vimrc ```vim let g_vimwiki_listsym_rejected = '>' ``` Or in Vim ```vim VimwikiVar listsym_rejected ``` The problem is that...
EDIT: my bad, I mistook blockquotes with codeblock You can change the color of VimwikiPre ```vim :hi VimwikiPre ctermfg=Red ctermbg=blue ```  Currently set as ``` :hi...
The variable `url_maxsave` is used to shorten url, changing the 1 in 2 ``` 1: https://vimwiki.org/1234567890/1234567890/1234567890 2: https://vimwiki.org/~/1234567890 ``` If you want to prevent conceal, there is only the `let...