From 75cd17f887f43aca2f5736fae536d3e6b5ef7734 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 1 Jul 2025 03:59:35 +0900 Subject: modified plugins/stay-centered.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/stay-centered.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/stay-centered.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/stay-centered.lua index b64880b..6cf68fa 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/stay-centered.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/stay-centered.lua @@ -7,7 +7,7 @@ return { -- :lua print(vim.bo.filetype) skip_filetypes = {}, -- Set to false to disable by default - enabled = true, + enabled = false, -- allows scrolling to move the cursor without centering, default recommended allow_scroll_move = true, -- temporarily disables plugin on left-mouse down, allows natural mouse selection @@ -22,7 +22,7 @@ return { require("stay-centered").toggle() end, mode = { "n", "v" }, - desc = "Toggle stay-centered.nvim", + desc = "Toggle stay center", }, }, } -- cgit v1.2.3