about summary refs log tree commit diff
path: root/fnl/nvrc/macro
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-27 08:54:20 +0900
committersefidel <contact@sefidel.net>2022-02-27 08:54:20 +0900
commit6efe58573cc658de42f9ad6911002e3e8eab189a (patch)
tree95d71495a8c0214c083d31e03744e5ee654cde44 /fnl/nvrc/macro
parent1d27995957f02f5536ac1fd75c1175ce76237703 (diff)
downloadnvimrc-6efe58573cc658de42f9ad6911002e3e8eab189a.tar.gz
nvimrc-6efe58573cc658de42f9ad6911002e3e8eab189a.zip
feat(pack)!: remove defer_unpack
Diffstat (limited to 'fnl/nvrc/macro')
-rw-r--r--fnl/nvrc/macro/pack.fnl1
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/nvrc/macro/pack.fnl b/fnl/nvrc/macro/pack.fnl
index 3364cd2..7f76a0d 100644
--- a/fnl/nvrc/macro/pack.fnl
+++ b/fnl/nvrc/macro/pack.fnl
@@ -26,7 +26,6 @@
                          (if
                            (= k :req) (values :config (format "require('nvrc.packs.%s')" v))
                            (= k :init) (values :config (format "require('%s').setup({})" v))
-                           (= k :defer) (values :setup (format "require('nvrc.utils').defer_unpack('%s', 5)" v))
                            (values k v)))]
     (doto options
           (tset 1 identifier))))