16 lines
252 B
Lua
16 lines
252 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' },
|
|
}
|
|
}
|