We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I do it e.g. for cssls?
--Enable (broadcasting) snippet capability for completion local capabilities = vim.lsp.protocol.make_client_capabilities() capabilities.textDocument.completion.completionItem.snippetSupport = true require'lspconfig'.cssls.setup { capabilities = capabilities, }
The text was updated successfully, but these errors were encountered:
You can use https://nix-community.github.io/nixvim/plugins/lsp/index.html#pluginslspcapabilities, though we should add more examples
Sorry, something went wrong.
I also need to do this in order to set up blink.nvim fully. Are there any examples anywhere for how it looks?
blink.nvim
Probably could take a look at: elythh/nixvim@2201c11, But he didn't use plugins.lsp.capabilities
No branches or pull requests
How do I do it e.g. for cssls?
The text was updated successfully, but these errors were encountered: