renamed project

This commit is contained in:
2024-06-07 09:34:44 -05:00
parent 8925704555
commit fbf5455f89
211 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@ else
let g:nmakeprg="./scripts/make_unix.sh"
" let g:gtest#gtest_command = "cd build && ./unittests"
endif
set path+=.,repertory2/**
set path+=.,repertory/**
lua << EOF
if vim.env.NV_DARCULA_ENABLE_DAP then
@ -25,7 +25,7 @@ if vim.env.NV_DARCULA_ENABLE_DAP then
type = type,
request = "launch",
program = function()
return gpath.create_path(cwd, "repertory2")
return gpath.create_path(cwd, "repertory")
end,
cwd = cwd,
stopAtEntry = true,
@ -36,7 +36,7 @@ if vim.env.NV_DARCULA_ENABLE_DAP then
type = type,
request = "launch",
program = function()
return gpath.create_path(cwd, "repertory2_tests")
return gpath.create_path(cwd, "repertory_tests")
end,
cwd = cwd,
stopAtEntry = true,