add lsp clangd

This commit is contained in:
tikikun 2023-09-05 16:02:04 +07:00
parent e32ba15aa4
commit 9abf3ced27
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
'neovim/nvim-lspconfig',
config = function()
require('lspconfig').clangd.setup {}
end
}