diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-03 11:32:25 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-03 11:32:25 +0100 |
commit | 46db54ce424bf073ad910049b1c2ded707eee5f7 (patch) | |
tree | ef8367ca292862ae7c585468c168dc43b9ab2222 /fnl/plugins/editor/textobjs.fnl | |
parent | 9f023ae23db0f092f17defef3d536169c70e9e74 (diff) |
Rename textobjs fn
Diffstat (limited to 'fnl/plugins/editor/textobjs.fnl')
-rw-r--r-- | fnl/plugins/editor/textobjs.fnl | 5 |
1 files changed, 5 insertions, 0 deletions
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}} |