1
0
Fork 0

nvim: trouble

This commit is contained in:
Vladimír Dudr 2022-11-14 09:50:58 +01:00
parent 53d7b345f2
commit 10ff9d19d2
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.workspace.checkThirdParty": false
}

View file

@ -163,7 +163,7 @@ local function link(hl, to)
end
local function normalizeTroubleHighlight() -- {{{
clear('TroubleText')
copyFg('TroubleText', 'Normal')
copyFg('TroubleFoldIcon', 'CursorLineNr')
copyFg('TroubleLocation', 'LineNr')
copyFg('TroubleIndent', 'LineNr')
@ -192,7 +192,6 @@ vim.api.nvim_create_autocmd('Colorscheme', {
normalizeTerminal()
normalizeCmpKindHighlight()
normalizeTroubleHighlight()
local bla
end
})