mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
vim: hybrid numbering
This commit is contained in:
parent
6bd5ddb93a
commit
235c64f18f
@ -1,5 +1,6 @@
|
||||
-- Basics
|
||||
vim.o.relativenumber = true
|
||||
vim.o.number = true
|
||||
vim.o.relativenumber = true -- number + relativenumber == hybrid
|
||||
vim.o.mouse = "nvi" -- mouse mode in normal, visual and insert
|
||||
vim.o.textwidth = 88 -- A vaguely sensible default textwidth
|
||||
vim.o.colorcolumn = "+0" -- Mark the textwidth
|
||||
|
Loading…
x
Reference in New Issue
Block a user