this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lvim: widen nvimtree

+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>"