Add clangd lsp

This commit is contained in:
2024-05-12 17:05:05 +02:00
parent 7017afd686
commit 1355d3b227
2 changed files with 6 additions and 0 deletions

View File

@@ -121,9 +121,14 @@ lspconfig.tsserver.setup({
},
})
-- LSP: rust
lspconfig.rust_analyzer.setup {
}
-- LSP: C/C++
lspconfig.clangd.setup()
-- Telescope
require('telescope').setup({
extensions = {