diff options
| author | triethyl <triethylammonium@pm.me> | 2025-11-05 20:40:52 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-11-05 20:40:52 -0500 |
| commit | 959026485d7783be4963e71bd93edecb720441af (patch) | |
| tree | d698a4f179026ceaed672f84488783320b4f5a0e /pkgs | |
| parent | 60d2e339bf6a7d5dbdbbca1b7cb88c6b38f1696f (diff) | |
neovim: finished cleaning up old plugins
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/zoxide.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/zoxide.lua b/pkgs/custom-neovim/config/lua/plugins/zoxide.lua deleted file mode 100644 index 433313e..0000000 --- a/pkgs/custom-neovim/config/lua/plugins/zoxide.lua +++ /dev/null @@ -1,15 +0,0 @@ -return { - "zoxide.vim", - lazy = true, - cmd = { - "Z", - "Lz", - "Tz", - "Zi", - "Lzi", - "Tzi", - }, - before = function () - vim.g.zoxide_use_select = 1 - end -} |
