nvim/lua/plugins/project.lua
Evie Litherland-Smith 4054030afc Initial add
Separate nvim config into separate project, to be used as submodule
for main dotfile
2023-05-04 12:39:25 +01:00

6 lines
171 B
Lua

return {
"ahmedkhalf/project.nvim",
event = { "BufReadPre", "BufNewFile" },
config = function() require("project_nvim").setup(require "config.project") end,
}