summaryrefslogtreecommitdiff
path: root/lsp/clangd.lua
blob: 11881b29a386863f44ee3f3d742b7b36d2c4ca5d (plain)
1
2
3
4
5
6
7
8
return {
    cmd = {
        'clangd',
        '--background-index',
    },
    filetypes = {'c','cpp'},
    root_markers = {'CMakeLists.txt', '.clangd'}
}