TJ DeVries
TJ DeVries
OK, I may see what I can do about this internally since it seems like a bit of fun. If I don't get it done in a month, remind me...
Ha, yeah! Sorry, I took a look at it but it was indeed quite involved and I've been more focused on the Lua side at the moment. Perhaps @bfredl has...
We are working on a docker image to make it easy to run. I will let you know when we finish.
Sorry, there is just some whitespace conflicts. If you could fix, that'd be great and then I'll merge.
Questions: - Is `filterfunc` always global? is it possible to be for only a buffer? - Can `filterfunc` be a string, and therefore a vimL funcref? - Can `filterfunc` be...
> `vim.api.nvim_complete(1, my_completion_entries, {filterfunc = my_custom_filter})`. I think doing `filterfunc = false` would be a good way to signal that you don't want to do anything internally. (note: `filterfunc =...
Let us know if you have any questions / need help with something!
Nice work so far!
Just pinging cause it doesn't look like this part is done: https://github.com/neovim/neovim/pull/12593#discussion_r501199171
Do you think you could add a test where you turn the feature off and then check the output of `execute('autocmd fcnotify')` or something like that to make sure we...