dont search root with neocmake

This commit is contained in:
Oliver Hartmann 2023-04-05 12:10:39 +02:00
parent a94b098588
commit e8f5e62439

View File

@ -4,7 +4,7 @@ return {
require('project_nvim').setup( require('project_nvim').setup(
{ {
silent_chdir = true, 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' }, patterns = { '.git', '_darcs', '.hg', '.bzr', '.svn', 'Makefile', 'package.json', 'build_nvim', 'real_path.txt' },
}) })
end, end,