summaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 17:28:24 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 17:28:24 +0100
commit1377fd59ce0bedb75cd424010edb939042be1f5a (patch)
tree8ababd16a444c07a511bd10c92fda2243ab5b68d /lua/user
parentb0f94f14a8653270824d3042b87ae1bbbed04d59 (diff)
Removed deprecated commands
Diffstat (limited to 'lua/user')
-rw-r--r--lua/user/nvim-tree.lua14
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,
- },
}