typo
This commit is contained in:
parent
352054c763
commit
08ff4fe831
|
@ -35,6 +35,8 @@ function M.start_clangd(commands_dir)
|
||||||
table.insert(cmd, '--compile_commands-dir=' .. commands_dir)
|
table.insert(cmd, '--compile_commands-dir=' .. commands_dir)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
print(vim.inspect(cmd))
|
||||||
|
|
||||||
lspconfig.clangd.setup {
|
lspconfig.clangd.setup {
|
||||||
cmd = cmd,
|
cmd = cmd,
|
||||||
root_dir = lspconfig.util.root_pattern '.git',
|
root_dir = lspconfig.util.root_pattern '.git',
|
||||||
|
|
Loading…
Reference in New Issue