switch to nvim.project

This commit is contained in:
Thomas Ruoff
2023-04-26 22:03:02 +02:00
parent f1e48e6702
commit 477bc1da79
2 changed files with 0 additions and 12 deletions

View File

@@ -5,7 +5,6 @@ return {
require('project_nvim').setup {
patterns = { '.git', 'Makefile', '=bcr' },
detection_methods = { 'pattern', 'lsp' },
ignore_lsp = { 'eslint', 'stylelist_lsp' },
silent_chdir = false,
}
require('telescope').load_extension 'projects'