about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
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/pack.fnl
parent1d27995957f02f5536ac1fd75c1175ce76237703 (diff)
downloadnvimrc-6efe58573cc658de42f9ad6911002e3e8eab189a.tar.gz
nvimrc-6efe58573cc658de42f9ad6911002e3e8eab189a.zip
feat(pack)!: remove defer_unpack
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index f1d0d69..7593523 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -23,7 +23,7 @@
                                           (pack :hrsh7th/cmp-nvim-lsp-signature-help {:after :cmp-nvim-lsp})]})
 (pack! :simrat39/rust-tools.nvim {:init :rust-tools :ft :rust})
 (pack! :gpanders/editorconfig.nvim)
-(pack! :lewis6991/spaceless.nvim {:init :spaceless :defer :spaceless.nvim})
+(pack! :lewis6991/spaceless.nvim {:init :spaceless})
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
 
 (pack! :L3MON4D3/LuaSnip {:module :luasnip})