Yi Ming
Yi Ming
I found this PR just now. I have the same problem and made this https://github.com/chentoast/marks.nvim/pull/101
Just noticed this issue, I should fixed it while refactoring. Could you please try it again?
Thanks, feel free to report issues on `main`, there are a lot of reactors that have been done, so there may be some regressions. We may fully switch to `main`...
The typo on README will be fixed in https://github.com/nvim-treesitter/nvim-treesitter-textobjects/pull/676/commits/eb24d0cd98c2e44cae203dcb4dac09698b92a1f7
I'm not particularly sure that the current status of `vim.lsp.buf.document_symbols` is sufficient to be the default; I've at least found two potential issues with it. 1. `gO` is used in...
Would it be better to remove from `plugin/nvim-autotag.lua` to `after/plugin/nvim-autotag.lua`? This should make sure users' `setup` is loaded before our `setup`.
> Would this be a full runtimepath? I.e., allow for project-level treesitter queries (and parsers)? This will make it really powerful (though possibly too powerful), but if we implement it...