NobleRat

Results 179 comments of NobleRat

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 ``` ![Screenshot from 2023-06-14 14-09-35](https://github.com/vimwiki/vimwiki/assets/6123962/b6cde558-3d61-4745-bfdf-8008e6ac249b) 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...