From 4f35a0538912893dae837363284d8c7d761063e1 Mon Sep 17 00:00:00 2001 From: Ralph Date: Tue, 9 Apr 2024 22:49:49 -0700 Subject: [PATCH] fuck relative number --- lua/config/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index 4e7b5cf..3d1ad9d 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -16,3 +16,4 @@ opt.showbreak = " ↪ " -- show linebreak with arrow ↪ opt.linebreak = true -- break line on word, not char -- opt.wrap = true -- toggle with uw opt.clipboard = "" -- overwrite LazyVim's "unnamedplus" default +opt.relativenumber = false