switch to ccls

clangd is too dependent on the `clang` compiler
This commit is contained in:
2025-12-22 18:42:23 +01:00
parent e66496bef4
commit 8f332f09f8

View File

@@ -6,8 +6,8 @@ return { {
dependencies = { 'saghen/blink.cmp' },
---@type table<string, boolean|vim.lsp.Config>
opts = {
['clangd'] = true,
['ccls'] = false,
['clangd'] = false,
['ccls'] = true,
['glsl_analyzer'] = true,
['rust_analyzer'] = true,
['omnisharp'] = false,