dotfiles from arch
This commit is contained in:
10
nvim/lua/plugins/telescope-project.lua
Normal file
10
nvim/lua/plugins/telescope-project.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- lua/plugins/telescope-project.lua
|
||||
return {
|
||||
"nvim-telescope/telescope-project.nvim",
|
||||
event = "VeryLazy", -- Lädt das Plugin erst bei Bedarf
|
||||
dependencies = { "nvim-telescope/telescope.nvim" },
|
||||
config = function()
|
||||
-- Lade die Erweiterung, sobald das Plugin konfiguriert ist
|
||||
require("telescope").load_extension("project")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user