wildfire.nvim
wildfire.nvim copied to clipboard
wildfire burns treesitter
First of all, I want to express my gratitude for the fantastic plugin. When I use the incremental selection that comes with treesitter its selection strategy is always too aggressive...
I have this custom keymap ```lua keymap("x", "", function() vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("holo", true, false, true), "t", false) end, opts) ``` which simply shrink one char at two side as a workaround for...
Default behavior of NODES`("{[ example of wats wrong https://github.com/SUSTech-data/wildfire.nvim/assets/108952834/e06af664-16d0-4c23-8c8f-c367f7113d74 just give me a way to do so :)
docs: specify nvim-treesitter main branch requirement Update installation instructions to require nvim-treesitter's main branch, which is recommended after migrating to Neovim's native treesitter APIs.