diff options
author | sefidel <contact@sefidel.net> | 2024-08-11 16:37:13 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-11 16:37:13 +0900 |
commit | f5679cac13df1bce7a062c88b260eefebd21016a (patch) | |
tree | b39801b273a545010ec2353f6062e7aa8e2fd6e4 /fnl/nvrc/pack.fnl | |
parent | 3fc863b663e06f80a4d23bb0e376d4a36e9516b4 (diff) | |
download | nvimrc-f5679cac13df1bce7a062c88b260eefebd21016a.tar.gz nvimrc-f5679cac13df1bce7a062c88b260eefebd21016a.zip |
feat(keymaps, pack): subword movements
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 2 |
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!) |