diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-13 14:55:40 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-13 14:55:40 -0400 |
| commit | 121a0fc03742e878410d6c3b2548869c584dc232 (patch) | |
| tree | 3d6206a61e356749f96eac97db122f4b9b8d0b4f /pkgs/old-neovim/config/lua/plugins/mini-pick.lua | |
| parent | 501d6994ac36a5824abf4f17f8dd95be034e3df9 (diff) | |
removed old-neovim
Diffstat (limited to 'pkgs/old-neovim/config/lua/plugins/mini-pick.lua')
| -rw-r--r-- | pkgs/old-neovim/config/lua/plugins/mini-pick.lua | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/old-neovim/config/lua/plugins/mini-pick.lua b/pkgs/old-neovim/config/lua/plugins/mini-pick.lua deleted file mode 100644 index de6c7ec..0000000 --- a/pkgs/old-neovim/config/lua/plugins/mini-pick.lua +++ /dev/null @@ -1,24 +0,0 @@ -local win_config = function() - local height = math.floor(0.5 * vim.o.lines) - local width = math.floor(0.618 * vim.o.columns) - return { - anchor = 'NW', height = height, width = width, - row = math.floor(0.5 * (vim.o.lines - height)), - col = math.floor(0.5 * (vim.o.columns - width)), - } -end - -require('mini.pick').setup({ - options = { - content_from_bottom = true, - use_cache = true, - }, - window = { - config = win_config, - }, - -- delay = { - -- async = 1, - -- busy = 1, - -- }, -}) -require('mini.extra').setup() |
