feat: adding keymapping
This commit is contained in:
parent
de4c01a8ef
commit
7f70386437
4 changed files with 538 additions and 289 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