format with stylua
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
return {
|
||||
'notjedi/nvim-rooter.lua',
|
||||
opts = {
|
||||
rooter_patterns = { '.git',
|
||||
rooter_patterns = {
|
||||
'.git',
|
||||
'_darcs',
|
||||
'.hg',
|
||||
'.bzr',
|
||||
@ -10,6 +11,7 @@ return {
|
||||
'package.json',
|
||||
'build_nvim',
|
||||
'real_path.txt',
|
||||
'conaninfo.txt' },
|
||||
}
|
||||
'conaninfo.txt',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user