move diagnostic colors to lsp.lua
This commit is contained in:
@@ -229,3 +229,10 @@ vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(vim.lsp.diagn
|
||||
update_in_insert = false,
|
||||
signs = false,
|
||||
})
|
||||
|
||||
vim.cmd([[
|
||||
hi DiagnosticError guifg=#e80f43
|
||||
hi DiagnosticWarn guifg=#ffc914
|
||||
hi DiagnosticInfo guifg=#9fd356
|
||||
hi DiagnosticHint guifg=#1d74f7
|
||||
]])
|
||||
|
||||
@@ -4,9 +4,4 @@ vim.g.edge_better_performance = 1
|
||||
vim.cmd([[
|
||||
colorscheme edge
|
||||
hi SpellBad guifg=red
|
||||
|
||||
hi DiagnosticError guifg=#e80f43
|
||||
hi DiagnosticWarn guifg=#ffc914
|
||||
hi DiagnosticInfo guifg=#9fd356
|
||||
hi DiagnosticHint guifg=#1d74f7
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user