From 8cdb19c60e38c003c87b379d6f5d1bb1c2b1c0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 12 May 2024 17:08:33 +0200 Subject: [PATCH] Fix clangd lsp config --- home/editor/neovim/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/editor/neovim/plugins.lua b/home/editor/neovim/plugins.lua index 0321928..656242c 100644 --- a/home/editor/neovim/plugins.lua +++ b/home/editor/neovim/plugins.lua @@ -127,7 +127,7 @@ lspconfig.rust_analyzer.setup { } -- LSP: C/C++ -lspconfig.clangd.setup() +lspconfig.clangd.setup({}) -- Telescope require('telescope').setup({