mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 07:34:41 -05:00
feat(init): first init
This commit is contained in:
7
lua/plugins/telescope.lua
Normal file
7
lua/plugins/telescope.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = function()
|
||||
require("config.plugin.telescope")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user