diff options
author | sefidel <contact@sefidel.net> | 2022-02-27 08:54:20 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-27 08:54:20 +0900 |
commit | 6efe58573cc658de42f9ad6911002e3e8eab189a (patch) | |
tree | 95d71495a8c0214c083d31e03744e5ee654cde44 /fnl/nvrc/macro | |
parent | 1d27995957f02f5536ac1fd75c1175ce76237703 (diff) | |
download | nvimrc-6efe58573cc658de42f9ad6911002e3e8eab189a.tar.gz nvimrc-6efe58573cc658de42f9ad6911002e3e8eab189a.zip |
feat(pack)!: remove defer_unpack
Diffstat (limited to 'fnl/nvrc/macro')
-rw-r--r-- | fnl/nvrc/macro/pack.fnl | 1 |
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)))) |