Josef Litoš
Josef Litoš
Oh, yeah, it totally works. I thought this was closed together with the commit already :D Thanks a lot!
I was also thinking about a filter, but in a sense of filtering by name, like fzf. Though as I think about it longer, that's more for a plugin like...
For now I've come up with a less efficient workaround: ```lua local tabmap map('i', '', function() if not tabmap then for _, v in ipairs(vim.api.nvim_get_keymap 'i') do if v.lhs ==...
I have a similar (/same?) issue: has a google login method that shows me the microg account selector. Although it is populated with the one account I have logged in,...
Hello, I just want to make sure - does this error happen without this plugin? It doesn't seem related, especially because this plugin is mainly for syntax highlighting.
I also implemented highlighting for objectives in the `scores` filter. I thought it would be nice if the parentheses matched the color of the NBT parentheses, so I changed the...
This may not be related to documentation, but highlighting for `/item replace ...` doesn't seem to be complete. Is this on the roadmap of this project?
I forgot to allow issues at the fork - now fixed, thanks. Can you not get completions from copilot at all, or just not automatically? I got used to having...
I've set `isIncomplete` to always be true, that way cmp keeps sending requests for results. Copilot seems to detect when the text changes and only then refresh the results, so...
I make it happen most often when renaming something. I replaced the `vim.ui.input` with something that creates a floating buffer to input the text into and disappears on enter pressed....