turn off relative number

This commit is contained in:
Mathias Schneider
2026-04-23 16:57:04 +02:00
parent 379bca8d89
commit 090276a3f9
+1 -1
View File
@@ -58,7 +58,7 @@ vim.opt.number = true
-- Show relative line numbers (helps with motions like 5j, 3k, etc.) -- Show relative line numbers (helps with motions like 5j, 3k, etc.)
-- When combined with 'number', the current line shows absolute number -- When combined with 'number', the current line shows absolute number
vim.opt.relativenumber = true -- vim.opt.relativenumber = true
-- ============================================================================ -- ============================================================================
-- INDENTATION SETTINGS -- INDENTATION SETTINGS