mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
using multiple folders to organize plugins
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("telescope").setup({})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user