Skip to content

Commit

Permalink
docs: remove unnecessary config in lspconfig (#106)
Browse files Browse the repository at this point in the history
name is set in default.
  • Loading branch information
glepnir authored Aug 27, 2024
1 parent 0be441e commit 9953a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 9953a9f

Please sign in to comment.