yang-lsp is producing snippets that conflict with my own snippets:

If I enable LSP completions in my completion plugin (nvim-compe) it shows both completions and snippets. I have tried unsuccessfully to disable snippets in the LSP client settings in Neovim:
lspconfig.yang_lsp.setup {
capabilities = {
textDocument = {
completion = {
completionItem = {
snippetSupport = false
}
}
}
}
}
I'm not sure if this setting is just a suggestion for the LSP, which is ignored (?)
It would be nice if there was a setting in yang.settings that would let me disable snippets from being suggested to the editor.
yang-lsp is producing snippets that conflict with my own snippets:
If I enable LSP completions in my completion plugin (nvim-compe) it shows both completions and snippets. I have tried unsuccessfully to disable snippets in the LSP client settings in Neovim:
I'm not sure if this setting is just a suggestion for the LSP, which is ignored (?)
It would be nice if there was a setting in
yang.settingsthat would let me disable snippets from being suggested to the editor.