diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-11 08:57:30 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-11 08:57:30 -0400 |
| commit | d3f7abc4c835e7d9db82b22116da359a8523630a (patch) | |
| tree | 0b6c289ac35ae3a3c743abfe54b660965864451d /pkgs/custom-neovim/config/lua/plugins/mini | |
| parent | 96792596b8b48fdf73d99caab5781394c6fab00c (diff) | |
working on custom neovim
Former-commit-id: a23d09a0f35e3bb18f6d979b0e696e0b613c7dff
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/mini')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/mini/starter.lua | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/mini/starter.lua b/pkgs/custom-neovim/config/lua/plugins/mini/starter.lua deleted file mode 100644 index c05483a..0000000 --- a/pkgs/custom-neovim/config/lua/plugins/mini/starter.lua +++ /dev/null @@ -1,18 +0,0 @@ -local starter = require('mini.starter') -local my_items = { - { name = 'Item #1 from function', action = "echo 'Item #1'", section = '' }, - { name = [[Another item in 'Section 1']], action = 'lua print(math.random() + 10)', section = '' }, -} -starter.setup({ - evaluate_single = true, - header = table.concat(art.misc.hydra, "\n"), - footer = "", - items = my_items, - content_hooks = { - -- starter.gen_hook.adding_bullet(), - -- starter.gen_hook.indexing('all', { 'Builtin actions' }), - starter.gen_hook.aligning('center', 'center'), - starter.gen_hook.padding(0, 0), - }, -}) - |
