1
0
Fork 0

nvim: prefer pattern in project detection

This commit is contained in:
tastytea 2022-08-31 06:10:03 +02:00
parent b6e41a95fa
commit 1bd9482e06
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ require('gitsigns').setup({
})
require('project_nvim').setup({
detection_methods = { 'pattern', 'lsp' },
patterns = require('my.functions').project_root_markers,
show_hidden = false,
fallback_buffer_dir = true