diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:28:24 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:28:24 +0100 |
| commit | 1377fd59ce0bedb75cd424010edb939042be1f5a (patch) | |
| tree | 8ababd16a444c07a511bd10c92fda2243ab5b68d /lua/user/nvim-tree.lua | |
| parent | b0f94f14a8653270824d3042b87ae1bbbed04d59 (diff) | |
Removed deprecated commands
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index c64c5e1..9b6aa42 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -94,22 +94,8 @@ nvim_tree.setup { number = false, relativenumber = false, }, -<<<<<<< HEAD trash = { cmd = "trash", require_confirm = true, }, -======= ->>>>>>> vgg - quit_on_open = 0, - git_hl = 1, - disable_window_picker = 0, - root_folder_modifier = ":t", - show_icons = { - git = 1, - folders = 1, - files = 1, - folder_arrows = 1, - tree_width = 30, - }, } |
