this repo has no description

lvim: widen nvimtree

seth.computer 4bcf5b49 5f7db765

verified
+3
+3
vim/lvim/config.lua
··· 16 16 lvim.format_on_save.enabled = true 17 17 vim.opt.relativenumber = true 18 18 19 + -- Core plugin changes 20 + lvim.builtin.nvimtree.setup.view.width = 40 21 + 19 22 -- Keybindings 20 23 lvim.keys.normal_mode["<S-h>"] = ":bprev<CR>" 21 24 lvim.keys.normal_mode["<S-l>"] = ":bnext<CR>"