fixed spelling
This commit is contained in:
15
lua/plugins/nvim-rooter.lua
Normal file
15
lua/plugins/nvim-rooter.lua
Normal file
@ -0,0 +1,15 @@
|
||||
return {
|
||||
'notjedi/nvim-rooter.lua',
|
||||
opts = {
|
||||
rooter_patterns = { '.git',
|
||||
'_darcs',
|
||||
'.hg',
|
||||
'.bzr',
|
||||
'.svn',
|
||||
'Makefile',
|
||||
'package.json',
|
||||
'build_nvim',
|
||||
'real_path.txt',
|
||||
'conaninfo.txt' },
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user