index
:
dotfiles
main
My Personal Dotfiles
JP Appel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nvim
/
lsp
/
clangd.lua
blob: 417d92bcd06c3face9e4e85c5d80a7d2ae1817f5 (
plain
) (
blame
)
1
2
3
4
return
{
cmd
=
{
'clangd'
},
filetypes
=
{
'c'
,
'cpp'
}
}