forked from x/ContextOS
opt some
This commit is contained in:
parent
d0ef38336a
commit
1096186b70
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
2597
etc/conf/plug.vim
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
../../../work
|
Loading…
x
Reference in New Issue
Block a user