diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-04-21 23:05:54 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-04-21 23:05:54 +0200 |
| commit | 0987df01be5e72a4590ccd0cd5e18bd5acf6f811 (patch) | |
| tree | 11d94135d1bfcc774cc283f4f95c0ce0a8e43ae3 /lua | |
| parent | ccb2a1010108ff040ad1e13ba13c9da033afa35c (diff) | |
| download | dotfiles-0987df01be5e72a4590ccd0cd5e18bd5acf6f811.tar.gz dotfiles-0987df01be5e72a4590ccd0cd5e18bd5acf6f811.zip | |
Commented out deprecated view.mappings.list
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/nvim-tree.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua index c950357..e6cf73c 100644 --- a/lua/plugins/nvim-tree.lua +++ b/lua/plugins/nvim-tree.lua @@ -65,13 +65,13 @@ nvim_tree.setup({ width = 30, --height = 30, side = "left", - mappings = { - list = { - { key = { "l", "<CR>", "o" }, cb = tree_cb("edit") }, - { key = "h", cb = tree_cb("close_node") }, - { key = "v", cb = tree_cb("vsplit") }, - { key = "u", action = "dir_up" }, - }, - }, + --mappings = { + -- list = { + -- { key = { "l", "<CR>", "o" }, cb = tree_cb("edit") }, + -- { key = "h", cb = tree_cb("close_node") }, + -- { key = "v", cb = tree_cb("vsplit") }, + -- { key = "u", action = "dir_up" }, + -- }, + --}, }, }) |
