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