Show absolute line numbers
This commit is contained in:
parent
d358c04858
commit
720afc8908
|
@ -4,3 +4,6 @@ vim.o.tabstop=2
|
||||||
vim.o.shiftwidth=2
|
vim.o.shiftwidth=2
|
||||||
-- insert spaces instead of TAB character
|
-- insert spaces instead of TAB character
|
||||||
vim.o.expandtab=true
|
vim.o.expandtab=true
|
||||||
|
-- show absolute line numbers
|
||||||
|
-- TODO: show relative line numbers for relative commands like 'd'
|
||||||
|
vim.o.number = true
|
||||||
|
|
Loading…
Reference in New Issue