fixed spelling

This commit is contained in:
2024-05-14 23:31:18 +02:00
parent 220fe9ce0f
commit 1137f6c0ab

View 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' },
}
}