1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

fix: omit the clangd missing message, close #180 (#186)

It is not necessary to install clangd if the user does not use neovim with CPP/C.
This commit is contained in:
jdhao 2023-03-13 19:55:00 +08:00 committed by GitHub
parent 7c44997289
commit 8746c7eb11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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