Skip to content

Commit

Permalink
feat(editing-support): add wildfire.nvim (#640)
Browse files Browse the repository at this point in the history
* add wildfire.nvim

* fix(wildfire-nvim): Use opts instead of config function

---------

Co-authored-by: Uzair Aftab <[email protected]>
  • Loading branch information
fynnfluegge and Uzaaft authored Dec 10, 2023
1 parent 3c7cbc7 commit ea765aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/editing-support/wildfire-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# wildfire.nvim

Wildfire burns treesitter

**Repository**: <https://github.com/SUSTech-data/wildfire.nvim>

Smart selection of the closest text object. A modern successor to
[wildfire.vim](https://github.com/gcmt/wildfire.vim), empowered with the
superpower of treesitter.
6 changes: 6 additions & 0 deletions lua/astrocommunity/editing-support/wildfire-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"sustech-data/wildfire.nvim",
event = "BufEnter",
dependencies = { "nvim-treesitter/nvim-treesitter" },
opts = {},
}

0 comments on commit ea765aa

Please sign in to comment.