master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 8bd2e43052 - Show all commits

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