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
|
# 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
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 `"
|
autocmd BufReadPost * normal `"
|
||||||
|
|
||||||
if filereadable("~/.vim_local")
|
if filereadable(expand("~/.vim_local"))
|
||||||
source ~/.vim_local
|
source ~/.vim_local
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../../../work
|
|
Loading…
x
Reference in New Issue
Block a user