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
.*
*.exe
*.bin
*.dll
@ -20,6 +21,7 @@
*.log
bin/
pkg/
var/
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 `"
if filereadable("~/.vim_local")
if filereadable(expand("~/.vim_local"))
source ~/.vim_local
endif

View File

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