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

v2.5
siduck 3 years ago
parent 41a1b487b8
commit ba25a5f3ba

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

Loading…
Cancel
Save