Closed Ramilito closed 2 months ago
very nice! any idea why it sends me to the start of the line upon completion?
hmm where are you seeing that? after filtering?
ah, that's probably vim.api.nvim_win_set_cursor(0, { #header + 2, #prompt })
We should check if cursor already is in prompt before calling that, it's supposed to help you when you select an option instead of using completion
fixed in #294
added completion to filter exclude namespace from filter
solves #286