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