feat: adding keymapping

This commit is contained in:
Kiruel 2023-10-12 22:58:00 +02:00
parent de4c01a8ef
commit 7f70386437
4 changed files with 538 additions and 289 deletions

View 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
},
}