diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-05 01:50:20 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-05 01:50:20 +0100 |
commit | 2a94573f54c69a9af7536586ab2c03eb88bda5e7 (patch) | |
tree | 48e430773d56baef8c751fb8a6b4d76303b61636 /fnl/plugins/textobjs.fnl | |
parent | 16198ca3bcd0ddd61f8d18280769c6f226b2b7ce (diff) |
Refactor
Diffstat (limited to 'fnl/plugins/textobjs.fnl')
-rw-r--r-- | fnl/plugins/textobjs.fnl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fnl/plugins/textobjs.fnl b/fnl/plugins/textobjs.fnl new file mode 100644 index 0000000..8d68ac3 --- /dev/null +++ b/fnl/plugins/textobjs.fnl @@ -0,0 +1,5 @@ +;; Various text objects. + +{1 :chrisgrieser/nvim-various-textobjs + :event :BufReadPost + :opts {:useDefaultKeymaps true}} |