add lsp clangd
parent
e32ba15aa4
commit
9abf3ced27
@ -0,0 +1,6 @@
|
||||
return {
|
||||
'neovim/nvim-lspconfig',
|
||||
config = function()
|
||||
require('lspconfig').clangd.setup {}
|
||||
end
|
||||
}
|
Loading…
Reference in New Issue