You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Hi,
We are also facing the same kind of issue. We wanted to have one of our own custom snippets for "leaf" from our plugin. It will be helpful if lsp-yang plugin provides a setting/API to enable/disable any completions/snippets OR a way to extend it from other plugins.
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.settings
that would let me disable snippets from being suggested to the editor.The text was updated successfully, but these errors were encountered: