Move NvimTree file explorer to left side

- Change side from 'right' to 'left' in nvim-tree.lua
  - Update edgy.nvim config to place NvimTree in left panel
This commit is contained in:
2026-02-01 15:47:39 -05:00
parent 7e1c4408bd
commit dc86d0eafc
65 changed files with 3778 additions and 472 deletions

View File

@@ -19,6 +19,7 @@ return {
nvimtree.setup({
view = {
width = 35,
side = "left",
relativenumber = true,
},
-- change folder arrow icons