Pavel Zolotarevskiy
Pavel Zolotarevskiy
@clason why can't nvim change ftplugins independently of vim? Is that for compatibility reasons?
@gpanders perhaps you could continue the work in the existing PR? https://github.com/vim/vim/pull/13803 It is a full refactor of the zig ftplugin, so I think it'd be better to merge that,...
@clason vim merged the PR with the fix. Will it be downstreamed into nvim automatically?
@lucasnlm oops sorry I somehow forgot to mention that in my issue I'm using a Pixel 7 Pro
Perhaps the issue is with the target sdk version? I can install the both the F-Droid apk and the Google Play apk (downloaded directly through some website) just fine. But...
Same, I really want folding
@echasnovski can the 0.11 LSP completion side effects api be used for this?
Oh, turns out this wasn't actually added in 0.11 I was referring to the `vim.lsp.util.apply_text_edits` function. It seems like unless you need to have custom snippet support then using it...
@echasnovski another thing that I thought: A lot of the functionality of mini.completion is duplicating the functionality added in core with `vim.lsp.completion`. The main difference is that mini.completion has proper...
> Purely due to how time works, I'd like to think that it is vim.lsp.completion which is duplicating 'mini.completion' functionality :) Although it used 'mfussenegger/nvim-lsp-compl' as a reference :) Or...