Ivan Smirnov
Ivan Smirnov
I took a minimal config from another [issue](https://github.com/Wansmer/symbol-usage.nvim/issues/43#issuecomment-1991140631) and was able to reproduce the described problem. I also tested working with large files for other lsps (`lus_ls`, `tsserver`) - no...
I can't reproduce it. Did this happen with minimal config (just clean nvim and `sibling-spaw` only)? What is the output of `:map `/`:map `?
Looks like you just did not install the parser for `go`. Run `:TSInstall go`.
Does this happen if you change the mappings? Some terminals may not handle CTRL keys correctly. I run minimal config with the same Neovim version and everything works correct. (kitty/iTerm2)
So far I have no idea why plugin doesn't work. I can't reproduce this bug under the same conditions. Try calling the plugin directly: `lua require('sibling-swap').swap_with_right()` being on the first...
Hi! Thanks for the PR, but this plugin is no longer supported (sorry, I forgot to archive it). You can continue to use your fork or use [Wansmer/sibling-swap.nvim](https://github.com/Wansmer/sibling-swap.nvim), the same...
I can add new nodes for Perl, but I need code examples since I don't write in Perl. Please send me examples for `if`, `unless` and `conditional` nodes in `split`...
Since no sample code is provided, I close the issue
Thanks for the PR! Please add tests for C# according to the readme for contributors: https://github.com/Wansmer/treesj/blob/main/tests/README.md