master #1

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

View File

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