summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/textobj.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-03 11:30:46 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-03 11:30:46 +0100
commit9f023ae23db0f092f17defef3d536169c70e9e74 (patch)
tree2069cb75c1cadcb9e48d7cbf1a291152dfc8b3d3 /fnl/plugins/editor/textobj.fnl
parent1b73f8e8ec924959f4880d7936d71acc6d2e120c (diff)
Add various textobjs
Diffstat (limited to 'fnl/plugins/editor/textobj.fnl')
-rw-r--r--fnl/plugins/editor/textobj.fnl5
1 files changed, 5 insertions, 0 deletions
diff --git a/fnl/plugins/editor/textobj.fnl b/fnl/plugins/editor/textobj.fnl
new file mode 100644
index 0000000..128fa0a
--- /dev/null
+++ b/fnl/plugins/editor/textobj.fnl
@@ -0,0 +1,5 @@
+;; Various text objects
+
+{1 :chrisgrieser/nvim-various-textobjs
+ :event :BufReadPost
+ :opts {:useDefaultKeymaps true}}