summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-10-07 13:51:15 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-10-07 13:51:15 +0300
commit36dc84be907adf0b8d5f24f706c88cf5395ca6be (patch)
tree4e388bf3ada8ec226e550bdcbc783a2c360118ed /lua/config
parentfix: bufferline catppuccin theme (diff)
downloadneovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.gz
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.bz2
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.lz
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.xz
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.zst
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.zip
feat: add `clangd` for C/++ files
Diffstat (limited to '')
-rw-r--r--lua/config/lsp.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua
index 7004b6c..059b754 100644
--- a/lua/config/lsp.lua
+++ b/lua/config/lsp.lua
@@ -6,6 +6,8 @@ vim.diagnostic.config({
})
vim.lsp.enable({
+ "clangd",
+
"lua-language-server",
"nixd",