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
So I've got a colorscheme for markdown that's working well - and shell , vim, html and yaml filetypes.
But when I load the vimwiki/vimwiki plugin all that syntax formatting disappears.
My gut feeling is that I need a "vimwiki" option in the "Pinto > settings > choose which keywords you want to use" setting. It feels like there's a whole long list of highlight groups that I should specify for something like vimwikimarkdownH1 etc.
Can you tell me how I should do this please?
kr
The text was updated successfully, but these errors were encountered:
So for instance, to add keywordVimwikiCode, you would have to create a new Keyword Group (click the + mark after the Keyword Groups header) and name it VimWiki, then add a new entry: VimwikiCode -> PreProc.
You would have to do it for all the keywords you want to style. However, my suggestion would be to just style the major/minor groups, since VimWiki defaults to them (you won't get the granularity though but there are a lot of keywords to add...).
Hello Again,
So I've got a colorscheme for markdown that's working well - and shell , vim, html and yaml filetypes.
But when I load the
vimwiki/vimwiki
plugin all that syntax formatting disappears.My gut feeling is that I need a "vimwiki" option in the "Pinto > settings > choose which keywords you want to use" setting. It feels like there's a whole long list of highlight groups that I should specify for something like vimwikimarkdownH1 etc.
Can you tell me how I should do this please?
kr
The text was updated successfully, but these errors were encountered: