dotfiles/nvim/lua/custom/plugins/projects.lua
2024-03-22 14:13:27 +01:00

9 lines
171 B
Lua

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