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
Hi, I am trying to make the formatting function work in neovim & nvim-lspconfig.
I installed cmake-format and cmake-language-server via Mason there is no error shown.
I configured cmake-language-server like this: (NvChad)
-- if you just want default config for the servers then put them in a table
local servers = { "html", "cssls", "tsserver" , "cmake"}
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup {
on_attach = on_attach,
capabilities = capabilities,
}
end
Now the completion is working, and I can see this via LSPInfo:
And, In LSPLog there is an error but it does seems to matter:
So, what's the problem?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to make the formatting function work in
neovim
& nvim-lspconfig.I installed
cmake-format
andcmake-language-server
via Mason there is no error shown.I configured cmake-language-server like this: (NvChad)
Now the completion is working, and I can see this via
LSPInfo
:And, In
LSPLog
there is an error but it does seems to matter:So, what's the problem?
The text was updated successfully, but these errors were encountered: