feat(lsp,debugger,formatting): C/C++ setup with clang
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
---@type lze.PluginSpec[] | { lsp: vim.lsp.Config }[]
|
||||
return {
|
||||
-- Language Server Providers
|
||||
{
|
||||
"clangd",
|
||||
lsp = { filetypes = { "c", "cpp", "objc", "objcpp", "cuda" } },
|
||||
},
|
||||
{
|
||||
"cssls",
|
||||
lsp = { filetypes = { "css", "scss", "less" } },
|
||||
|
||||
Reference in New Issue
Block a user