this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

re-enabled vim_regex_highlighting

+1 -1
+1 -1
lua/user/treesitter.lua
··· 44 44 -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation). 45 45 -- Using this option may slow down your editor, and you may see some duplicate highlights. 46 46 -- Instead of true it can also be a list of languages 47 - additional_vim_regex_highlighting = false, 47 + additional_vim_regex_highlighting = true, 48 48 }, 49 49 50 50 autopairs = {