Oli

Results 53 comments of Oli

It all looks okay. You're loading all of the plugins which will add a tonne of weight and if you've got custom Telescope highlight groups you may want to set...

This is great feedback. I've just pushed a change which detects if `caching = true` and if no cache file exists. It will then automatically generate a cache for the...

This is great to hear! I'll update the readme later. If you guys have some autocommands to share for how you're regenerating the cache, would love to see them.

Hello @petobens 👋🏼. Yes this is a documented shortfall of the filetype highlights. I've not found a way to highlight the telescope preview unfortunately. Think something may need to change...

I am in the middle of a large rewrite (see the latest pull request) and am now implementing filetype_highlights again so will look at adding a test case for this....

Hey @petobens. Could you look at this again now the rewrite is complete?

They're in the [ft_highlight.lua](https://github.com/olimorris/onedarkpro.nvim/blob/main/lua/onedarkpro/lib/ft_highlight.lua#L28-L39) file.

So the basic premise of filetype highlights is that when you enter a buffer which has a filetype which the user has defined as having filetype highlights, then it applies...

Can you checkout the `develop` branch? You'll need to add: ```lua ft_highlights_force = true ``` to your `setup` function.

> I've tried the develop branch with the minimal.lua in my previous post (and adding the new force setting) and still get the multicolor change when switching windows. Can you...