mirror of
https://github.com/ViViDboarder/wombat.nvim.git
synced 2025-02-21 13:24:08 +00:00
Workaround for semantic highlighting
Default variable color is not really good
This commit is contained in:
parent
96989b1198
commit
002915c21f
@ -17,3 +17,6 @@ lua package.loaded['lush_theme.lush_template'] = nil
|
|||||||
|
|
||||||
" include our theme file and pass it to lush to apply
|
" include our theme file and pass it to lush to apply
|
||||||
lua require('lush')(require('lush_theme.wombat_lush'))
|
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" })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user