lifepillar / vim-mucomplete

Chained completion that works the way you want!
MIT License
912 stars 18 forks source link

Insert braces automatically on methods completion #171

Closed Shatur closed 4 years ago

Shatur commented 4 years ago

Hi! I configured MUcomplete with nvim-lsp and it works awesome, but I miss the automatic insertion of brackets for functions after auto-completion :( Tested with Python and GDScript. Is this LSP issue?

Shatur commented 4 years ago

Yes, I read that this is omnifunc issue.

virus-found commented 4 years ago

Will you elaborate on that or give a link to the omnifunc issue? I'm interested in solving this as well.

Shatur commented 4 years ago

I tried to find a link where there was a similar question and there they answered that this is an LSP problem, but I just can not :(

I submitted an issue to Neovim but it was closed.

Now I decided to try vsnip with MUcomplete, but waiting for implementation for a function snippets.