use nvim api for highlights
This commit is contained in:
@@ -2,8 +2,11 @@ vim.g.edge_diagnostic_virtual_text = "colored"
|
|||||||
vim.g.edge_better_performance = 1
|
vim.g.edge_better_performance = 1
|
||||||
vim.g.tokyonight_style = "night"
|
vim.g.tokyonight_style = "night"
|
||||||
|
|
||||||
|
vim.api.nvim_set_hl(0, "SpellBad", {
|
||||||
|
fg = "red",
|
||||||
|
})
|
||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
colorscheme gruvbox-material
|
colorscheme gruvbox-material
|
||||||
hi SpellBad guifg=red
|
|
||||||
hi clear SignColumn
|
hi clear SignColumn
|
||||||
]])
|
]])
|
||||||
|
|||||||
Reference in New Issue
Block a user