fix(nvim): cmake_build fails to build due to missing space
This commit is contained in:
@@ -9,7 +9,7 @@ return {
|
||||
|
||||
return {
|
||||
name = 'Cmake',
|
||||
cmd = 'cmake ' .. args .. '.. && cmake --build .',
|
||||
cmd = 'cmake ' .. args .. ' .. && cmake --build .',
|
||||
cwd = root_dir .. '/build',
|
||||
}
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user