Skip to content

Commit

Permalink
feat(utility): Add nvim-toggler (#375)
Browse files Browse the repository at this point in the history
* feat(utility): Add nvim-toggler

* fix(utility): Fix feedback from mehalter
  • Loading branch information
Uzaaft authored Jul 6, 2023
1 parent c603039 commit 82f1402
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/astrocommunity/utility/nvim-toggler/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Nvim-toggler

Invert text in vim.

Keybindings:
The default binding is `<leader>i` to invert the word under your cursor to invert the word under your cursor.

**Repository:** <https://github.com/nguyenvukhang/nvim-toggler>
1 change: 1 addition & 0 deletions lua/astrocommunity/utility/nvim-toggler/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "nguyenvukhang/nvim-toggler", event = { "User AstroFile", "InsertEnter" }, opts = {} }

0 comments on commit 82f1402

Please sign in to comment.