Skip to content

Commit

Permalink
feat(bars-and-lines): Add vim-illuminate (#436) (#443)
Browse files Browse the repository at this point in the history
Co-authored-by: TheSast <[email protected]>
  • Loading branch information
2 people authored and mehalter committed Jul 15, 2023
1 parent 39491cb commit 0ba344b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/bars-and-lines/vim-illuminate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# vim-illuminate

(Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.

**Repository:** <https://github.com/RRethy/vim-illuminate>
6 changes: 6 additions & 0 deletions lua/astrocommunity/bars-and-lines/vim-illuminate/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"RRethy/vim-illuminate",
event = "User AstroFile",
opts = {},
config = function(_, opts) require("illuminate").configure(opts) end,
}

0 comments on commit 0ba344b

Please sign in to comment.