diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-19 18:34:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-19 18:34:13 +0900 |
| commit | 307fceea38b7352a79b0bdb87025a34b76973867 (patch) | |
| tree | 382eb3e6a11973bc2c6ba33eee14d43ec2a9566b /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/stay-centered.lua | |
| parent | b66f68b8c014a3041c936ee9de1b57db5bcb50fb (diff) | |
updates
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/stay-centered.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/stay-centered.lua | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/stay-centered.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/stay-centered.lua deleted file mode 100644 index b64880b..0000000 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/stay-centered.lua +++ /dev/null @@ -1,28 +0,0 @@ -return { - "arnamak/stay-centered.nvim", - lazy = false, - config = function() - require("stay-centered").setup({ - -- The filetype is determined by the vim filetype, not the file extension. In order to get the filetype, open a file and run the command: - -- :lua print(vim.bo.filetype) - skip_filetypes = {}, - -- Set to false to disable by default - enabled = true, - -- 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 - -- try disabling if plugin causes lag, function uses vim.on_key - disable_on_mouse = false, - }) - end, - keys = { - { - "<leader>zs", - function() - require("stay-centered").toggle() - end, - mode = { "n", "v" }, - desc = "Toggle stay-centered.nvim", - }, - }, -} |
