mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
add some common stuff
This commit is contained in:
8
lua/plugins/project.lua
Normal file
8
lua/plugins/project.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
'ahmedkhalf/project.nvim',
|
||||
config = function()
|
||||
require('project_nvim').setup {
|
||||
patterns = { '.git', '_darcs', '.hg', '.bzr', '.svn', 'Makefile' },
|
||||
}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user