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' },
|
dependencies = { 'saghen/blink.cmp' },
|
||||||
---@type table<string, boolean|vim.lsp.Config>
|
---@type table<string, boolean|vim.lsp.Config>
|
||||||
opts = {
|
opts = {
|
||||||
['clangd'] = true,
|
['clangd'] = false,
|
||||||
['ccls'] = false,
|
['ccls'] = true,
|
||||||
['glsl_analyzer'] = true,
|
['glsl_analyzer'] = true,
|
||||||
['rust_analyzer'] = true,
|
['rust_analyzer'] = true,
|
||||||
['omnisharp'] = false,
|
['omnisharp'] = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user