NobleRat

Results 179 comments of NobleRat

Do you set the configuration variable __before__ loading vimwiki? It seems that your configuration is the default one (~/vimwiki), so vimwiki may not have taken into account your config at...

Hi @michael-odonovan Thank you for reporting. A quick workaround would be to write this in something like `.vim/after/syntax/vimwiki.vim` It may be that the `highlight default` command have been broken in...

Hi @michael-odonovan, Did you succeed to solve it? Maybe colorize the ctermfg instead of guifg, like: ```vim hi VimwikiHeader1 ctermfg=#c94f6d ``` Sorry it is hard to understand this bug without...

I do not know how to strikethought a syntax group that is linked to another without removing the link VimwikiCode is linked to PreProc so benefit of the highlith of...

You must create adiary page (special name and path) with VimwikiMakeDiaryPage.

Read [this](https://github.com/vimwiki/vimwiki/blob/a6878015e6180532d7e5eb13266a5810742819c5/doc/vimwiki.txt#L2522) help chapter in foc/vimwiki refering to the diary frecuency. "diary" can be weekly, monthly or yearly changing the `diary_frecuency` option.

> opens a page that is prefilled with some OK, this is not implemented yet, not a bad idea. > Also in vimrc how to set *xx map* is it...

> The crappy code above works for me, but I was hoping to have a more professional implementation. I love cleaning code (much easyer than writing from scratch which needs...

Hi @rylwin It is my commit and no, it is not intentional, thank you for noting. I also prefer the first (left) part. The commmit is fixing some stuff, but...