From 9953a9f897673b5ba8dff58ab9c92f132b244d3a Mon Sep 17 00:00:00 2001 From: glepnir Date: Tue, 27 Aug 2024 10:02:51 +0800 Subject: [PATCH] docs: remove unnecessary config in lspconfig (#106) name is set in default. --- installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/installation.md b/installation.md index 40fb7dc..617355b 100644 --- a/installation.md +++ b/installation.md @@ -172,7 +172,6 @@ Neovim only. Neovim has a built-in LSP client, which can be configured to work w ```lua local lspconfig = require('lspconfig') lspconfig.clangd.setup({ - name = 'clangd', cmd = {'clangd', '--background-index', '--clang-tidy', '--log=verbose'}, init_options = { fallback_flags = { '-std=c++17' },