about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index bd7d0ae..7c2a8fa 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -54,5 +54,7 @@
 (pack! :ggandor/leap.nvim {:req :leap :keys [:s :S]})
 (pack! :windwp/nvim-autopairs {:req :autopairs :event :InsertEnter})
 (pack! :kylechui/nvim-surround {:init :nvim-surround :event :InsertEnter})
+(pack! :chrisgrieser/nvim-spider {:config {:skipInsignificantPunctuation false} :lazy true})
+(pack! :chrisgrieser/nvim-various-textobjs {:lazy true})
 
 (unpack!)