mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
plugins/nvim-tree: fix warnings due to deprecated options (#306)
This commit is contained in:
parent
d6373c62ae
commit
e2b24e166f
2 changed files with 1 additions and 2 deletions
|
@ -81,7 +81,7 @@
|
||||||
nvim-tree = {
|
nvim-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openOnSetup = true;
|
openOnSetup = true;
|
||||||
openOnTab = true;
|
tab.sync.open = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
telescope = {
|
telescope = {
|
||||||
|
|
|
@ -74,7 +74,6 @@
|
||||||
ignoreDirs = [];
|
ignoreDirs = [];
|
||||||
};
|
};
|
||||||
onAttach = "default";
|
onAttach = "default";
|
||||||
removeKeymaps = false;
|
|
||||||
selectPrompts = false;
|
selectPrompts = false;
|
||||||
view = {
|
view = {
|
||||||
centralizeSelection = false;
|
centralizeSelection = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue