From 74e201e92c31658eb6d7dcb56e1fdd6fdc43b2e4 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 4 May 2025 17:43:55 +0300 Subject: =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D1=83=D1=87=D0=BA=D1=83=20=D0=BD=D0=B5=D0=B4=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D0=BA=D0=BE=D0=B2=20=D0=B2=20neovim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/options.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nvim/lua/options.lua') diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index 583e638..c5bd497 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -37,8 +37,9 @@ local options = { --foldexpr = "nvim_treesitter#foldexpr()", foldlevelstart = 0, foldenable = true, + scrolloff = 999, } - +vim.opt.formatoptions:append({ r = true, o = true }) vim.opt.shortmess:append("c") for k, v in pairs(options) do -- cgit v1.2.3