From ea7194bd08d58cc60b7393653e0f1ba8e42b60e6 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Sun, 14 May 2023 21:24:18 +0200 Subject: [PATCH] relativenumber --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 5d48c97..fd0b592 100644 --- a/init.lua +++ b/init.lua @@ -1,7 +1,6 @@ -------------- -- init.lua -- -------------- - -- Default config vim.o.fileencoding = 'utf8' vim.o.encoding = 'utf-8' @@ -9,7 +8,8 @@ vim.o.ff = 'unix' vim.o.backspace = 'indent,eol,start' -- Options -local set_true = { 'title', 'number', 'ruler', 'modeline', 'autoread', +local set_true = { 'title', 'number', 'relativenumber', 'ruler', 'modeline', +'autoread', --- Search options 'incsearch', 'ignorecase', 'smartcase', 'showcmd', 'showmatch', 'lazyredraw', 'linebreak', 'wrap',