plugins/project-nvim: adapt to upstream changes
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
ff90549078
commit
c19a0517dd
2 changed files with 10 additions and 72 deletions
|
|
@ -31,10 +31,10 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
manual_mode = false;
|
||||
detection_methods = [
|
||||
"lsp"
|
||||
"pattern"
|
||||
];
|
||||
lsp = {
|
||||
enabled = true;
|
||||
ignore.__empty = { };
|
||||
};
|
||||
patterns = [
|
||||
".git"
|
||||
"_darcs"
|
||||
|
|
@ -44,7 +44,6 @@
|
|||
"Makefile"
|
||||
"package.json"
|
||||
];
|
||||
ignore_lsp.__empty = { };
|
||||
exclude_dirs.__empty = { };
|
||||
show_hidden = false;
|
||||
silent_chdir = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue