mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
plugins/nvim-tree: fix warnings due to deprecated options (#306)
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
nvim-tree = {
|
||||
enable = true;
|
||||
openOnSetup = true;
|
||||
openOnTab = true;
|
||||
tab.sync.open = true;
|
||||
};
|
||||
|
||||
telescope = {
|
||||
|
||||
@@ -74,7 +74,6 @@
|
||||
ignoreDirs = [];
|
||||
};
|
||||
onAttach = "default";
|
||||
removeKeymaps = false;
|
||||
selectPrompts = false;
|
||||
view = {
|
||||
centralizeSelection = false;
|
||||
|
||||
Reference in New Issue
Block a user