Folke Lemaitre

Results 961 comments of Folke Lemaitre

If Statements: ![image](https://github.com/folke/tokyonight.nvim/assets/292349/236364f1-822c-43f2-81c8-0ee3bc8bf98b)

If it doesn't look like the screenshots, then something is wrong with your config.

The issue ispretty obvious from inspect. TSX tags have alwasy been red as you can see in both your screenshots. You've enabled the nvim-treesitter option `additional_vim_regex_highlighting` to also always load...

Awesome, thank you for the FAQ :) I'm looking to see how I can fix this in Neovim/lspconfig. It seems that the fallback (single file) config still indexes all files...

But reading the FAQ, this is likely not a problem, since it will actually index every file only once?

I just added something based on this to neodev: https://github.com/folke/neodev.nvim/commit/c6be05aab078827e51aabdc64cc9fba7c06d27b7 But indeed it probably doesn't make a difference performance wise, since luals won't index files multiple times. Either way, it...

Then you must be doing something wrong, since I use it as well without any issues...

Noice does not revert any highlights

Will be fixed by https://github.com/neovim/neovim/pull/27950