Skip to content

Commit

Permalink
feat(syntax): add vim-cool (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu authored Apr 18, 2023
1 parent f0335fc commit 4d23683
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/astrocommunity/syntax/vim-cool/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# vim-cool

**Repository:** https://github.com/romainl/vim-cool

Vim-cool disables search highlighting when you are done searching and re-enables it when you search again. That's it. No more `:noh<CR>`, no more `/sytdstdrsid<CR>`, and no more dodgy `<C-l>` mappings.

4 changes: 4 additions & 0 deletions lua/astrocommunity/syntax/vim-cool/vim-cool.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"romainl/vim-cool",
event = "User AstroFile",
}

0 comments on commit 4d23683

Please sign in to comment.