add default to highlight command to prevent overrule
This commit is contained in:
parent
3329238deb
commit
a038113bad
@ -29,10 +29,10 @@ local M = {}
|
||||
|
||||
function M.setup()
|
||||
|
||||
vim.cmd('highlight! link LspCodeLens WarningMsg')
|
||||
vim.cmd('highlight! link LspCodeLensText WarningMsg')
|
||||
vim.cmd('highlight! link LspCodeLensTextSign LspCodeLensText')
|
||||
vim.cmd('highlight! link LspCodeLensTextSeparator Boolean')
|
||||
vim.cmd('highlight! default link LspCodeLens WarningMsg')
|
||||
vim.cmd('highlight! default link LspCodeLensText WarningMsg')
|
||||
vim.cmd('highlight! default link LspCodeLensTextSign LspCodeLensText')
|
||||
vim.cmd('highlight! default link LspCodeLensTextSeparator Boolean')
|
||||
|
||||
vim.cmd('augroup go.codelenses')
|
||||
vim.cmd(' autocmd!')
|
||||
|
Loading…
Reference in New Issue
Block a user