about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-15 23:52:57 +0900
committersefidel <contact@sefidel.net>2024-08-15 23:52:57 +0900
commit0b8d1c8512e9b1a82f616db249ecb7e812a5bc1c (patch)
tree64192b1b8820265de7158d864220db7cbd5f9909 /fnl/nvrc/pack.fnl
parentf5679cac13df1bce7a062c88b260eefebd21016a (diff)
downloadnvimrc-0b8d1c8512e9b1a82f616db249ecb7e812a5bc1c.tar.gz
nvimrc-0b8d1c8512e9b1a82f616db249ecb7e812a5bc1c.zip
Revert "feat(keymaps, pack): subword movements"
This reverts commit f5679cac13df1bce7a062c88b260eefebd21016a.
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 7c2a8fa..bd7d0ae 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -54,7 +54,5 @@
 (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!)