techntools
techntools
How about vim-local-rc ?
Blacksheep is awesome.
 My cursor is between { } After this fix, error is gone. No completions though. Should I expect completions ? @Shane-XB-Qian @yegappan
> Which language server are you using? Can you include the LSP plugin settings? It will also be useful to include a sample code that reproduces the problem. Apologies for...
No error anymore.
I have Vim compiled with that patch. Issue is still there.
omnifunc with that patch works fine without the plugin. But with the plugin's omnifunc, issue is there.
This is how I am using it. Working so far. https://github.com/vim/vim/discussions/15056 Instead of reverting, just list the cases where it fails if any.
@roccomao I am using fuzzy like this to only filter the candidates https://github.com/vim/vim/discussions/15056#discussioncomment-10103422
@roccomao That's why ```fuzzycollect``` was introduced. For whatever reason author decided to revert it, its upto to maintainers and author to reinstate the option. Ease of maintainance may trump the...