[LSP] Add language server
This commit is contained in:
@@ -16,12 +16,6 @@ lsp.config("clangd", {
|
||||
on_attach = opts.on_attach_no_formatting,
|
||||
})
|
||||
|
||||
lsp.config("cmake", {
|
||||
capabilities = opts.capabilities,
|
||||
on_attach = opts.on_attach,
|
||||
})
|
||||
|
||||
-- ── Enable configs ───────────────────────────────────────────────
|
||||
local enable = vim.lsp.enable
|
||||
enable("clangd")
|
||||
enable("cmake")
|
||||
|
||||
Reference in New Issue
Block a user