summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/user/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua
index d63c6c5..b94ca9c 100644
--- a/lua/user/options.lua
+++ b/lua/user/options.lua
@@ -26,7 +26,7 @@ local options = {
tabstop = 2, -- insert 2 spaces for a tab
cursorline = true, -- highlight the current line
number = true, -- set numbered lines
- relativenumber = true, -- set relative numbered lines
+ relativenumber = false, -- set relative numbered lines
numberwidth = 4, -- set number column width to 2 {default 4}
signcolumn = "yes", -- always show the sign column, otherwise it would shift the text each time
wrap = false, -- display lines as one long line