nvim: add project.nvim
This commit is contained in:
parent
818053f6f6
commit
09eff51488
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user