first commit

This commit is contained in:
m3tam3re
2024-03-22 14:13:27 +01:00
commit 110e594fdd
14 changed files with 1756 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
return {
'ahmedkhalf/project.nvim',
config = function()
require('project_nvim').setup {
-- Configuration here, or leave empty to use defaults
}
end,
}