Replies: 1 comment
-
Hey 👋 Here's an example snippet: vim.g.rustaceanvim = {
server = {
capabilities = {
textDocument = {
completion = {
completionItem = {
snippetSupport = false,
},
}
},
},
},
} See also |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature description
Hello !
I'm considering using this plugin, but looking at how capabilities are defined it looks like there are no way to pass custom capabilities..
In my previous config I used:
I know this plugin automatically loads default caps + cmp_nvim_lsp's, but I don't think there's a way to force pass the last section to disable snippets in completions 🤔
Beta Was this translation helpful? Give feedback.
All reactions