add bcr specific root detection

This commit is contained in:
Thomas Ruoff
2025-06-26 10:43:24 +02:00
parent 8adc9cbf0c
commit 016684ea0e

View File

@@ -15,7 +15,7 @@ return {
-- All the patterns used to detect root dir, when **"pattern"** is in
-- detection_methods
patterns = { '.git', 'Makefile', 'package.json' },
patterns = { '=bcr', '.git', 'Makefile', 'package.json' },
-- Table of lsp clients to ignore by name
-- eg: { "efm", ... }