add lsp clangd
This commit is contained in:
parent
e32ba15aa4
commit
9abf3ced27
6
lua/custom/plugins/lsp-clangd.lua
Normal file
6
lua/custom/plugins/lsp-clangd.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
'neovim/nvim-lspconfig',
|
||||
config = function()
|
||||
require('lspconfig').clangd.setup {}
|
||||
end
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user