mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
add bcr specific root detection
This commit is contained in:
@@ -15,7 +15,7 @@ return {
|
|||||||
|
|
||||||
-- All the patterns used to detect root dir, when **"pattern"** is in
|
-- All the patterns used to detect root dir, when **"pattern"** is in
|
||||||
-- detection_methods
|
-- detection_methods
|
||||||
patterns = { '.git', 'Makefile', 'package.json' },
|
patterns = { '=bcr', '.git', 'Makefile', 'package.json' },
|
||||||
|
|
||||||
-- Table of lsp clients to ignore by name
|
-- Table of lsp clients to ignore by name
|
||||||
-- eg: { "efm", ... }
|
-- eg: { "efm", ... }
|
||||||
|
|||||||
Reference in New Issue
Block a user