plugins/nvim-tree: fix warnings due to deprecated options (#306)

This commit is contained in:
Gaétan Lepage 2023-03-31 15:11:03 +02:00 committed by GitHub
parent d6373c62ae
commit e2b24e166f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -81,7 +81,7 @@
nvim-tree = {
enable = true;
openOnSetup = true;
openOnTab = true;
tab.sync.open = true;
};
telescope = {

View file

@ -74,7 +74,6 @@
ignoreDirs = [];
};
onAttach = "default";
removeKeymaps = false;
selectPrompts = false;
view = {
centralizeSelection = false;