mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
vim: hybrid numbering
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user