about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-19 11:04:09 +0900
committersefidel <contact@sefidel.net>2022-03-19 11:04:09 +0900
commit4a03a1ce25b054bd318817cbb286d644dcae8337 (patch)
treefcb5794a063fb9b9cd4fe677cdac63731b911ff6 /fnl/nvrc/packs
parent9cf315cd5ac37098b3196e6548689287f44bea6c (diff)
downloadnvimrc-4a03a1ce25b054bd318817cbb286d644dcae8337.tar.gz
nvimrc-4a03a1ce25b054bd318817cbb286d644dcae8337.zip
feat(treesitter): disable textobjects swap
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/treesitter.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl
index 84ce9da..bb7b019 100644
--- a/fnl/nvrc/packs/treesitter.fnl
+++ b/fnl/nvrc/packs/treesitter.fnl
@@ -34,7 +34,7 @@
                                          :ad "@comment.outer"
                                          :am "@call.outer"
                                          :im "@call.inner"}}
-                      :swap {:enable true
+                      :swap {:enable false
                              :swap_next {:<M-l> "@parameter.inner"
                                          :<M-j> "@function.outer"}
                              :swap_previous {:<M-h> "@parameter.inner"