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({