Initial commit
This commit is contained in:
commit
e7b4be7296
17 changed files with 213 additions and 0 deletions
7
lua/plugins/trouble.lua
Normal file
7
lua/plugins/trouble.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
{
|
||||
'folke/trouble.nvim',
|
||||
opts = {},
|
||||
cmd = 'Trouble',
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue