dont search root with neocmake
This commit is contained in:
parent
a94b098588
commit
e8f5e62439
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user