nvim: add project.nvim

This commit is contained in:
Yuan Chiu 2025-05-01 07:33:52 +08:00
parent 818053f6f6
commit 09eff51488

View File

@ -0,0 +1,10 @@
return {
"ahmedkhalf/project.nvim",
config = function()
require("project_nvim").setup {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
end
}