dotfiles/nvim/lua/custom/plugins/projects.lua

9 lines
171 B
Lua
Raw Normal View History

2024-03-22 14:13:27 +01:00
return {
'ahmedkhalf/project.nvim',
config = function()
require('project_nvim').setup {
-- Configuration here, or leave empty to use defaults
}
end,
}