summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/stay-centered.lua4
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",
},
},
}