My custom plugins
This commit is contained in:
parent
7def76648a
commit
f4b9fef63c
7 changed files with 84 additions and 0 deletions
6
lua/custom/plugins/trouble.lua
Normal file
6
lua/custom/plugins/trouble.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue