about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-18 22:57:43 +0900
committersefidel <contact@sefidel.net>2022-03-18 22:57:43 +0900
commit8c20872b33f89eeb45f9271d9eb3a453899e97e8 (patch)
treeaa0c3d6029ee3be359258ca0af591111bbeb48a1 /fnl/nvrc/pack.fnl
parentfa01dfa7dacbac07104970bd41e9918ed7e066cf (diff)
downloadnvimrc-8c20872b33f89eeb45f9271d9eb3a453899e97e8.tar.gz
nvimrc-8c20872b33f89eeb45f9271d9eb3a453899e97e8.zip
feat(pack): add eunuch
* unix all the way
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 5c7f0c4..79b53b5 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -25,6 +25,7 @@
 (pack! :lewis6991/spaceless.nvim {:init :spaceless})
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
 (pack! :tpope/vim-fugitive)
+(pack! :tpope/vim-eunuch)
 
 (pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter
                           :requires [(pack :L3MON4D3/LuaSnip {:module :luasnip})