From c90e809b44021b4f19de28bf91eef0294cab5e07 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 5 Feb 2024 16:47:40 +0300 Subject: [PATCH] nvim: test scrolloff 999 --- home/user/.config/nvim/lua/base/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/nvim/lua/base/options.lua b/home/user/.config/nvim/lua/base/options.lua index bc58c67..4c0925d 100644 --- a/home/user/.config/nvim/lua/base/options.lua +++ b/home/user/.config/nvim/lua/base/options.lua @@ -55,7 +55,7 @@ opt.mousehide = true opt.mouse = 'a' opt.colorcolumn = '81' -opt.scrolloff = 7 +opt.scrolloff = 999 -- disable paste comment on new line