From 9f023ae23db0f092f17defef3d536169c70e9e74 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 3 Jan 2024 11:30:46 +0100 Subject: Add various textobjs --- fnl/plugins/editor/textobj.fnl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fnl/plugins/editor/textobj.fnl (limited to 'fnl/plugins/editor/textobj.fnl') 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}} -- cgit v1.2.3-70-g09d2