add plugins

This commit is contained in:
kurniawan 2024-03-10 15:32:29 +07:00
parent 257b1f97f1
commit de4b8a1d76
7 changed files with 134 additions and 20 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
},
}