This commit is contained in:
2025-05-07 23:50:22 +02:00
parent 29017286ed
commit 2ea53bfb09
2 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
"ahmedkhalf/project.nvim",
init = function()
require("project_nvim").setup {
}
end
}