removed highlights from lsp
This commit is contained in:
parent
1d1f123a1b
commit
b8b8b02098
@ -140,33 +140,6 @@ return {
|
|||||||
|
|
||||||
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
||||||
|
|
||||||
vim.api.nvim_set_hl(
|
|
||||||
0,
|
|
||||||
'LspReferenceText',
|
|
||||||
{
|
|
||||||
bold = true,
|
|
||||||
ctermbg = 'red',
|
|
||||||
bg = '#5a524c'
|
|
||||||
}
|
|
||||||
)
|
|
||||||
vim.api.nvim_set_hl(
|
|
||||||
0,
|
|
||||||
'LspReferenceRead',
|
|
||||||
{
|
|
||||||
bold = true,
|
|
||||||
ctermbg = 'red',
|
|
||||||
bg = 'DarkGreen'
|
|
||||||
}
|
|
||||||
)
|
|
||||||
vim.api.nvim_set_hl(
|
|
||||||
0,
|
|
||||||
'LspReferenceWrite',
|
|
||||||
{
|
|
||||||
bold = true,
|
|
||||||
ctermbg = 'red',
|
|
||||||
bg = 'DarkRed'
|
|
||||||
}
|
|
||||||
)
|
|
||||||
local diagnostics = {
|
local diagnostics = {
|
||||||
Error = ' ',
|
Error = ' ',
|
||||||
Warning = ' ',
|
Warning = ' ',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user