Ivan Smirnov
Ivan Smirnov
Thanks for the answer. I'll try to use 'file_open_requested'. P.S. I think it would be cool if future releases add this functionality to the config (as in 'nvim-window-picker' config: `filter_rules.bo.filetype`)....
Hello. I wrote a similar plugin using trееsitter. At the moment, it is not a complete replacement for splitjoin.vim (for example, there is no arrow function conversion in it), but...
> This functionality is extremely helpful when dealing with bad formatted code (multiline). `treesj` is not a formatter, maybe better to use built-in lsp formatter to format code? :-) >...
Hi! `join` and `split` expected a [node preset](https://github.com/Wansmer/treesj#basic-node). `max_join_length` is a [global](https://github.com/Wansmer/treesj#settings) plugin option. I added an `enhancement` label and will consider adding this feature for each node in the...
Hi. Try to reproduce the bug with `` using minimal config and describe the sequence of actions so that I can reproduce it too. Also, there are very common problems...
> and I have found a workaround Thanks for sharing. It's very helpful.
This can happen because the server returned an error during one of the requests. For now, these errors are intentionally silent, but I plan to fix this behavior in the...
> i dare to assume that the problem is in compatibility of plugin with some other one. I was able to reproduce the infinite `Loading...` on your example using my...
Hello. `symbol-usage` does not use the `codelens` method. It counts `usages` by `references` method because `references` is supported in many lsp clients unlike `codelens`. I can't to check if the...
Hi! To reproduce the problem, I need the following data from you 1. minimal configuration without third-party plugins on which the problem is reproduced; 2. A sample of a php...