forked from x/ContextOS
opt some
This commit is contained in:
parent
25283f9691
commit
2d35be42c7
@ -27,10 +27,11 @@ ish_miss_prepare golang-story
|
||||
ish_miss_prepare redis-story
|
||||
|
||||
ish_miss_prepare_vim() {
|
||||
[ -f ~/.vim/syntax/sh.vim ] || ln etc/conf/sh.vim ~/.vim/syntax/sh.vim
|
||||
[ -f ~/.vim/syntax/shy.vim ] || ln etc/conf/shy.vim ~/.vim/syntax/shy.vim
|
||||
[ -f ~/.vim/syntax/go.vim ] || ln etc/conf/go.vim ~/.vim/syntax/go.vim
|
||||
[ -f ~/.vim/syntax/javascript.vim ] || ln etc/conf/javascript.vim ~/.vim/syntax/javascript.vim
|
||||
mkdir ~/.vim/syntax
|
||||
[ -f ~/.vim/syntax/sh.vim ] || ln etc/conf/sh.vim ~/.vim/syntax/sh.vim
|
||||
[ -f ~/.vim/syntax/shy.vim ] || ln etc/conf/shy.vim ~/.vim/syntax/shy.vim
|
||||
[ -f ~/.vim/syntax/go.vim ] || ln etc/conf/go.vim ~/.vim/syntax/go.vim
|
||||
[ -f ~/.vim/syntax/javascript.vim ] || ln etc/conf/javascript.vim ~/.vim/syntax/javascript.vim
|
||||
}
|
||||
|
||||
ish_miss_prepare_vim
|
||||
|
@ -147,6 +147,12 @@ Volcanos("onengine", { river: {
|
||||
{type: "button", name: "返回"},
|
||||
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
||||
]},
|
||||
"context": {name: "context", action: [
|
||||
{name: "context", help: "编程", inputs: [
|
||||
{type: "text", name: "path", value: "learning/自然/编程/context.shy"},
|
||||
{type: "button", name: "查看", value: "auto"},
|
||||
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
||||
]},
|
||||
}},
|
||||
"profile": {name: "测试群", storm: {
|
||||
"pprof": {name: "pprof", index: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user