Add trouble
This commit is contained in:
parent
a500a7e575
commit
7345d147ff
2 changed files with 11 additions and 0 deletions
9
lua/custom/plugins/trouble.lua
Normal file
9
lua/custom/plugins/trouble.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue