nvim: trouble
This commit is contained in:
parent
53d7b345f2
commit
10ff9d19d2
2 changed files with 5 additions and 2 deletions
4
dot_config/nvim/dot_luarc.json
Normal file
4
dot_config/nvim/dot_luarc.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
|
@ -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
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue