Skip to content

Commit

Permalink
update nvim treim
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Oct 2, 2023
1 parent b5718f3 commit 5eaa79c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/nvim/files/NvChad/lua/plugins/configs/nvimtree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ local options = {
},
disable_netrw = true,
hijack_netrw = true,
open_on_setup = false,
ignore_ft_on_setup = { "alpha" },
hijack_cursor = true,
hijack_unnamed_buffer_when_opening = false,
update_cwd = true,
Expand All @@ -26,7 +24,6 @@ local options = {
adaptive_size = true,
side = "left",
width = 25,
hide_root_folder = true,
},
git = {
enable = false,
Expand Down

0 comments on commit 5eaa79c

Please sign in to comment.