10 lines
178 B
Lua
10 lines
178 B
Lua
return {
|
|
"ahmedkhalf/project.nvim",
|
|
lazy = false,
|
|
config = function()
|
|
require("telescope").load_extension "projects"
|
|
require("project_nvim").setup {
|
|
}
|
|
end,
|
|
}
|