diff --git a/.config/nvim/lua/overseer/template/custom/cmake_build.lua b/.config/nvim/lua/overseer/template/custom/cmake_build.lua index 4c18627..eb97757 100644 --- a/.config/nvim/lua/overseer/template/custom/cmake_build.lua +++ b/.config/nvim/lua/overseer/template/custom/cmake_build.lua @@ -9,7 +9,7 @@ return { return { name = 'Cmake', - cmd = 'cmake ' .. args .. '.. && cmake --build .', + cmd = 'cmake ' .. args .. ' .. && cmake --build .', cwd = root_dir .. '/build', } end,