Workaround for semantic highlighting

Default variable color is not really good
This commit is contained in:
ViViDboarder 2024-05-30 15:38:14 -07:00
parent 96989b1198
commit 002915c21f

View File

@ -17,3 +17,6 @@ lua package.loaded['lush_theme.lush_template'] = nil
" include our theme file and pass it to lush to apply
lua require('lush')(require('lush_theme.wombat_lush'))
" Workaround for not being able to link from semantic groups to highlight groups in lush
lua vim.api.nvim_set_hl(0, "@variable", { link = "TSVariable" })