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:
@@ -154,8 +154,6 @@ if utils.executable("clangd") then
|
||||
debounce_text_changes = 500,
|
||||
},
|
||||
}
|
||||
else
|
||||
vim.notify("clangd not found!", vim.log.levels.WARN, { title = "Nvim-config" })
|
||||
end
|
||||
|
||||
-- set up vim-language-server
|
||||
|
||||
Reference in New Issue
Block a user