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: relative line numbers
seth.computer
2 years ago
5f7db765
6f09bc7c
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:l+TmfElcKWTGSvrmVQkRAqucAII4w28uPbCCkXB+x7o=
+1
1 changed file
expand all
collapse all
unified
split
vim
lvim
config.lua
+1
vim/lvim/config.lua
···
14
14
15
15
-- Opts
16
16
lvim.format_on_save.enabled = true
17
17
+
vim.opt.relativenumber = true
17
18
18
19
-- Keybindings
19
20
lvim.keys.normal_mode["<S-h>"] = ":bprev<CR>"