switch to ccls
clangd is too dependent on the `clang` compiler
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user