Show absolute line numbers

This commit is contained in:
ekzyis 2024-04-22 15:50:31 +02:00
parent d358c04858
commit 720afc8908
1 changed files with 3 additions and 0 deletions

View File

@ -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