diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-03 11:30:46 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-03 11:30:46 +0100 |
commit | 9f023ae23db0f092f17defef3d536169c70e9e74 (patch) | |
tree | 2069cb75c1cadcb9e48d7cbf1a291152dfc8b3d3 /fnl/plugins/editor | |
parent | 1b73f8e8ec924959f4880d7936d71acc6d2e120c (diff) |
Add various textobjs
Diffstat (limited to 'fnl/plugins/editor')
-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}} |