Pawel Borak
Pawel Borak
@alexwu Thanks! Isn't bundle exec required in the cmd tho?
If I were to use it solely for docker, would it be just matter of changing the root and results function (locally/forking), not to use absolute path, but rather the...
I think those blank lines aren't that blank after all. Those are code blocks with language not visible in the markdown preview. Nevertheless, it would be good to get rid...
👍🏻 I have also noticed the issue with `
@castwide Are there any updates?
That's weird because if I use `tag = "*"` or `tag ="v1.*"` the plugin installs with the newest changes from the main https://github.com/akinsho/git-conflict.nvim/commit/910dd6cd2056a9353412d29b0b769de06f59f144. However, If I use `tag ="v1.0.0"` I...
I have encountered similar issues with Neovim. By default, Neovim does not send `textDocument/codeLens`. However, you can enable it with the following Lua code: ```lua local methods = vim.lsp.protocol.Methods local...
> Supports most of these requests automatically. Unfortunately, that's not the case. I've been dealing with the issue of new files and even methods within the same classes not being...
I believe that the overall sentiment in the ecosystem is that LSP=slow, Tree-sitter=fast. This likely stems from some LSP implementations being quite sluggish, whereas Tree-sitter is generally reliable for all...