From 8746c7eb11f368efb90226f8a49eec57764ba06a Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 13 Mar 2023 19:55:00 +0800 Subject: [PATCH] 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. --- lua/config/lsp.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 48253b9..4851921 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -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