added clangd LSP.

This commit is contained in:
Gabe Venberg 2023-01-22 02:45:21 -06:00
parent 85be35d962
commit 8e522d0fcd
3 changed files with 7 additions and 2 deletions

View file

@ -48,7 +48,8 @@ return require('packer').startup(function(use)
"rust_analyzer",
'pyright',
'bashls',
'texlab'
'texlab',
'clangd',
},
automatic_installation=true
})