1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-04-11 20:48:39 +08:00
parent d0ef38336a
commit 1096186b70
4 changed files with 2600 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,5 @@
# Binaries for programs and plugins # Binaries for programs and plugins
.*
*.exe *.exe
*.bin *.bin
*.dll *.dll
@ -20,6 +21,7 @@
*.log *.log
bin/
pkg/ pkg/
var/ var/
usr/publish usr/publish

2597
etc/conf/plug.vim Normal file

File diff suppressed because it is too large Load Diff

View File

@ -156,7 +156,7 @@ autocmd BufNewFile,BufReadPost *.js call Config("js")
autocmd BufReadPost * normal `" autocmd BufReadPost * normal `"
if filereadable("~/.vim_local") if filereadable(expand("~/.vim_local"))
source ~/.vim_local source ~/.vim_local
endif endif

View File

@ -1 +0,0 @@
../../../work