18 lines
264 B
Lua
18 lines
264 B
Lua
return {
|
|
'notjedi/nvim-rooter.lua',
|
|
opts = {
|
|
rooter_patterns = {
|
|
'.git',
|
|
'_darcs',
|
|
'.hg',
|
|
'.bzr',
|
|
'.svn',
|
|
'Makefile',
|
|
'package.json',
|
|
'build_nvim',
|
|
'real_path.txt',
|
|
'conaninfo.txt',
|
|
},
|
|
},
|
|
}
|