more detection methods for project plugin

This commit is contained in:
Oliver Hartmann 2022-09-28 09:11:34 +02:00
parent ea6e95aca8
commit a7a5a41f8d

View File

@ -1,6 +1,6 @@
require('project_nvim').setup({
silent_chdir = true,
ignore_lsp = { 'null-ls', 'cmake' },
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "build_nvim" },
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "build_nvim", "real_path.txt" },
})
require('telescope').load_extension('projects')