diff options
-rw-r--r-- | fnl/plugins/editor/textobj.fnl | 5 |
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}} |