update
This commit is contained in:
parent
aee68520b3
commit
c562d17b78
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
.cache/
|
||||
build*/
|
||||
compile_commands.json
|
||||
cspell.json
|
||||
.vs/
|
||||
support/Dockerfile
|
||||
dist/
|
||||
deps/
|
18
.nvimrc
18
.nvimrc
@ -1,12 +1,12 @@
|
||||
" if has('win32') || has('win64')
|
||||
" let &makeprg=".\\scripts\\make_win32.cmd $*"
|
||||
" let g:nmakeprg=".\\scripts\\make_win32.cmd"
|
||||
" let g:gtest#gtest_command = "cd build2 && .\\unittests"
|
||||
" else
|
||||
" let &makeprg="./scripts/make_unix.sh $*"
|
||||
" let g:nmakeprg="./scripts/make_unix.sh"
|
||||
" let g:gtest#gtest_command = "cd build && ./unittests"
|
||||
" endif
|
||||
if has('win32') || has('win64')
|
||||
let &makeprg=".\\scripts\\make_win32.cmd"
|
||||
let g:nmakeprg=".\\scripts\\make_win32.cmd"
|
||||
" let g:gtest#gtest_command = "cd build && .\\unittests"
|
||||
else
|
||||
let &makeprg="./scripts/make_unix.sh"
|
||||
let g:nmakeprg="./scripts/make_unix.sh"
|
||||
" let g:gtest#gtest_command = "cd build && ./unittests"
|
||||
endif
|
||||
set path+=.,repertory2/**
|
||||
|
||||
lua << EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user