diff options
| author | 2025-10-07 13:51:15 +0300 | |
|---|---|---|
| committer | 2025-10-07 13:51:15 +0300 | |
| commit | 36dc84be907adf0b8d5f24f706c88cf5395ca6be (patch) | |
| tree | 4e388bf3ada8ec226e550bdcbc783a2c360118ed /lua/config | |
| parent | fix: bufferline catppuccin theme (diff) | |
| download | neovim-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 'lua/config')
| -rw-r--r-- | lua/config/lsp.lua | 2 |
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", |
