This commit is contained in:
Scott E. Graves 2024-06-06 14:19:30 -05:00
parent aee68520b3
commit c562d17b78
2 changed files with 17 additions and 9 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
.cache/
build*/
compile_commands.json
cspell.json
.vs/
support/Dockerfile
dist/
deps/

16
.nvimrc
View File

@ -1,12 +1,12 @@
" if has('win32') || has('win64') if has('win32') || has('win64')
" let &makeprg=".\\scripts\\make_win32.cmd $*" let &makeprg=".\\scripts\\make_win32.cmd"
" let g:nmakeprg=".\\scripts\\make_win32.cmd" let g:nmakeprg=".\\scripts\\make_win32.cmd"
" let g:gtest#gtest_command = "cd build2 && .\\unittests" " let g:gtest#gtest_command = "cd build && .\\unittests"
" else else
" let &makeprg="./scripts/make_unix.sh $*" let &makeprg="./scripts/make_unix.sh"
" let g:nmakeprg="./scripts/make_unix.sh" let g:nmakeprg="./scripts/make_unix.sh"
" let g:gtest#gtest_command = "cd build && ./unittests" " let g:gtest#gtest_command = "cd build && ./unittests"
" endif endif
set path+=.,repertory2/** set path+=.,repertory2/**
lua << EOF lua << EOF