Closed itaranto closed 3 years ago
You can manage the snippet by yourself.
https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#no-snippet-plugin
Why someone should be forced to use a snippet engine?
That is just my decision.
You can manage the snippet by yourself.
https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#no-snippet-plugin
Why someone should be forced to use a snippet engine?
That is just my decision.
Well, that's unfortunate...
Is there some simple configuration to disable snippets?
I believe a completion plugin should not force users to use a snippet engine.
I think disabling the snippet feature will make a lot of issues (and I have to support it). In fact, your LSP server returns snippet items.
You can use other completion engines like ddc.vim etc.
Hello,
I don't use a snippet engine, every time the
confirm
mapping is called,nvim-cmp
fails with error:And after this
nvim-cmp
stops working.This is my current configuration:
Is this expected behavior? Why someone should be forced to use a snippet engine?