Skip to content

Commit

Permalink
feat(motion): add vim-matchup plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
owittek committed Mar 25, 2023
1 parent 8db899f commit 8ff92a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/motion/vim-matchup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# vim-matchup

**Repository:** https://github.com/andymass/vim-matchup

match-up is a plugin that lets you highlight, navigate, and operate on sets of matching text. It extends vim's `%` key to language-specific words instead of just single characters.
5 changes: 5 additions & 0 deletions lua/astrocommunity/motion/vim-matchup/vim-matchup.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
"nvim-treesitter/nvim-treesitter",
dependencies = { "andymass/vim-matchup" },
opts = { matchup = { enable = true } },
}

0 comments on commit 8ff92a3

Please sign in to comment.