From 46db54ce424bf073ad910049b1c2ded707eee5f7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 3 Jan 2024 11:32:25 +0100 Subject: Rename textobjs fn --- fnl/plugins/editor/textobj.fnl | 5 ----- fnl/plugins/editor/textobjs.fnl | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 fnl/plugins/editor/textobj.fnl create mode 100644 fnl/plugins/editor/textobjs.fnl 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}} diff --git a/fnl/plugins/editor/textobjs.fnl b/fnl/plugins/editor/textobjs.fnl new file mode 100644 index 0000000..8d68ac3 --- /dev/null +++ b/fnl/plugins/editor/textobjs.fnl @@ -0,0 +1,5 @@ +;; Various text objects. + +{1 :chrisgrieser/nvim-various-textobjs + :event :BufReadPost + :opts {:useDefaultKeymaps true}} -- cgit v1.2.3-70-g09d2