-
-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(editing-support): add wildfire.nvim (#640)
* add wildfire.nvim * fix(wildfire-nvim): Use opts instead of config function --------- Co-authored-by: Uzair Aftab <[email protected]>
- Loading branch information
1 parent
3c7cbc7
commit ea765aa
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = {}, | ||
} |