tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
lvim: widen nvimtree
seth.computer
2 years ago
4bcf5b49
5f7db765
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:l+TmfElcKWTGSvrmVQkRAqucAII4w28uPbCCkXB+x7o=
+3
1 changed file
expand all
collapse all
unified
split
vim
lvim
config.lua
+3
vim/lvim/config.lua
···
16
16
lvim.format_on_save.enabled = true
17
17
vim.opt.relativenumber = true
18
18
19
19
+
-- Core plugin changes
20
20
+
lvim.builtin.nvimtree.setup.view.width = 40
21
21
+
19
22
-- Keybindings
20
23
lvim.keys.normal_mode["<S-h>"] = ":bprev<CR>"
21
24
lvim.keys.normal_mode["<S-l>"] = ":bnext<CR>"