mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
9 lines
185 B
Lua
9 lines
185 B
Lua
return {
|
|
'ahmedkhalf/project.nvim',
|
|
config = function()
|
|
require('project_nvim').setup {
|
|
patterns = { '.git', '_darcs', '.hg', '.bzr', '.svn', 'Makefile' },
|
|
}
|
|
end,
|
|
}
|