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
According to p00f/clangd_extensions.nvim@643fd64
the setup
docs/docs/Recipes/advanced_lsp.md
Line 370 in 787c399
can be ignored and then it works.
Is the identical now something like?
clangd = function(server, opts) local lspconfig = require "lspconfig" lspconfig[server].setup(opts) require("clangd_extensions").setup() end,
I make a PR
The text was updated successfully, but these errors were encountered:
clangd_extension
Successfully merging a pull request may close this issue.
According to
p00f/clangd_extensions.nvim@643fd64
the setup
docs/docs/Recipes/advanced_lsp.md
Line 370 in 787c399
can be ignored and then it works.
Is the identical now something like?
I make a PR
The text was updated successfully, but these errors were encountered: