Hielke Walinga

Results 33 comments of Hielke Walinga

@pradyunsg You are right, this is very much like that other issues, and I went ahead to see if both PR's from the issue would solve this case here. However,...

I could trace this back to this change in deoplete: https://github.com/Shougo/deoplete.nvim/commit/f439759515703b608d16f55b5f6f19fc9cdb52ba Apparently deoplete-ternjs only works when in multi-threaded mode. However, you can simply re-enable that with the following in your...

@ashish141199 The latest pre-release is 1.0.0.dev2

@ziXet Only documentation: https://github.com/philipn/django-rest-framework-filters/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0.0

@stumash That is maybe a better idea indeed.

>I think this requirement is also very important. When will the author think about it? Last release was 6 years ago, so I don't think this project is getting active...

That's true for nvim-yarp, but not for this plugin.

No, that also doesn't work. It really does not seem that this plugin has that feature. This is the code from this plugin: ```viml if has('pythonx') let g:neovim_rpc#py = 'pythonx'...

Looking into this, I could not find a way to change the Python executable that is used for the interface. I could not find any information about it and it...

Why not leave capitalization intact for matching a no-match object? Especially for prefixes this is a huge difference.