diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-01 03:59:35 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-01 03:59:35 +0900 |
| commit | 75cd17f887f43aca2f5736fae536d3e6b5ef7734 (patch) | |
| tree | 24567490a614574428ff854f5f8089b25fa597c1 | |
| parent | 616fa190d3b2968d7623fbf0cf1037f9017e7070 (diff) | |
modified plugins/stay-centered.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/stay-centered.lua | 4 |
1 files 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", }, }, } |
