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')
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user