aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-02-10 20:06:55 +0100
committerphilw <dscr@duck.com>2024-02-10 20:06:55 +0100
commitf7b65217a1ed67bb4258b708c9a4c438c73e90ad (patch)
tree434bfe4745e7582a402c9191d523ea1fad3dc447
parentc1f17012d6467639b8b282c0b495f8678c31f1e7 (diff)
downloadneovim-f7b65217a1ed67bb4258b708c9a4c438c73e90ad.tar.gz
neovim-f7b65217a1ed67bb4258b708c9a4c438c73e90ad.zip
Ensure that clangd is installed
-rw-r--r--lua/config/lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua
index b2b3028..ca341d5 100644
--- a/lua/config/lsp.lua
+++ b/lua/config/lsp.lua
@@ -12,7 +12,7 @@ end)
12 12
13require("mason").setup({}) 13require("mason").setup({})
14require("mason-lspconfig").setup({ 14require("mason-lspconfig").setup({
15 ensure_installed = { "tsserver", "rust_analyzer" }, 15 ensure_installed = { "clangd", "rust_analyzer" },
16 handlers = { 16 handlers = {
17 lsp_zero.default_setup, 17 lsp_zero.default_setup,
18 }, 18 },
/tr> 2025-01-13Remove old picturephilw1-3/+0 2025-01-13Update readmephilw1-47/+103 2025-01-13Rewrite config in pure luaphilw5-200/+212 2025-01-13Update configphilw8-405/+212 2025-01-11Remove redundant deps, rewrite file treephilw2-68/+129 2024-11-20update initphilw1-0/+3 2024-10-06Enable terminal toggle keybindphilw1-1/+2 2024-05-10Enable lspsaga's floating window opacityphilw1-0/+3 2024-05-07Update README.mdphilw1-2/+2 2024-05-07Update colorschemephajw1-9/+23 2024-05-07Increase document traversal speedphajw1-5/+11 2024-04-30Update readmephilw1-1/+2