Updated config
This commit is contained in:
parent
3ef6b167dc
commit
07e063dffb
15 changed files with 63 additions and 79 deletions
|
@ -1,18 +0,0 @@
|
|||
return {
|
||||
"folke/trouble.nvim",
|
||||
event = "VeryLazy",
|
||||
keys = {
|
||||
{ "<leader>x", function() require("trouble").toggle() end, desc = "Show errors" },
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
opts = {
|
||||
position = "right",
|
||||
padding = false,
|
||||
use_diagnostic_signs = true,
|
||||
auto_open = true,
|
||||
auto_close = true,
|
||||
},
|
||||
config = true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue