mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
It is not necessary to install clangd if the user does not use neovim with CPP/C.
This commit is contained in:
parent
7c44997289
commit
8746c7eb11
@ -154,8 +154,6 @@ if utils.executable("clangd") then
|
|||||||
debounce_text_changes = 500,
|
debounce_text_changes = 500,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
else
|
|
||||||
vim.notify("clangd not found!", vim.log.levels.WARN, { title = "Nvim-config" })
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- set up vim-language-server
|
-- set up vim-language-server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user