typo
This commit is contained in:
parent
08ff4fe831
commit
ee0741597f
|
@ -32,7 +32,7 @@ function M.start_clangd(commands_dir)
|
||||||
'--resource-dir=' .. vim.fn.systemlist({ 'clang++', '--print-resource-dir' })[1],
|
'--resource-dir=' .. vim.fn.systemlist({ 'clang++', '--print-resource-dir' })[1],
|
||||||
}
|
}
|
||||||
if commands_dir then
|
if commands_dir then
|
||||||
table.insert(cmd, '--compile_commands-dir=' .. commands_dir)
|
table.insert(cmd, '--compile-commands-dir=' .. commands_dir)
|
||||||
end
|
end
|
||||||
|
|
||||||
print(vim.inspect(cmd))
|
print(vim.inspect(cmd))
|
||||||
|
|
Loading…
Reference in New Issue