add TSkeyword hl to treesitter integration | fix https://github.com/NvChad/NvChad/issues/1308

This commit is contained in:
siduck 2022-07-04 05:53:29 +05:30
parent 41a1b487b8
commit ba25a5f3ba

View file

@ -41,6 +41,10 @@ return {
sp = "none",
},
TSKeyword = {
fg = theme.base0E,
},
TSKeywordFunction = {
fg = theme.base0E,
sp = "none",