diff --git a/lua/plugins/project.lua b/lua/plugins/project.lua index d1bcaf3..3233943 100644 --- a/lua/plugins/project.lua +++ b/lua/plugins/project.lua @@ -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, }