use conaninfo.txt for root search

This commit is contained in:
Oliver Hartmann 2023-04-11 08:21:19 +02:00
parent e725e4deee
commit 8bd2e43052

View File

@ -5,7 +5,7 @@ return {
{
silent_chdir = true,
ignore_lsp = { 'null-ls', 'cmake', 'neocmake' },
patterns = { '.git', '_darcs', '.hg', '.bzr', '.svn', 'Makefile', 'package.json', 'build_nvim', 'real_path.txt' },
patterns = { '.git', '_darcs', '.hg', '.bzr', '.svn', 'Makefile', 'package.json', 'build_nvim', 'real_path.txt', 'conaninfo.txt' },
})
end,
}