diff --git a/etc/init.shy b/etc/init.shy index ca9b7df0..212df684 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -54,6 +54,7 @@ config vimer meta.show.tabs "" config vimer meta.show.plug "web.code.favor,web.code.xterm" + config vimer meta.show.plug "" ~web.code.input # wubi load file usr/wubi-dict/wubi86 diff --git a/src/main.js b/src/main.js index 286d4381..3976c5bb 100644 --- a/src/main.js +++ b/src/main.js @@ -28,7 +28,7 @@ Volcanos({river: { }}, project: {name: "研发群", storm: { studio: {name: "研发 studio", list: [ - {name: "vimer", help: "编辑器", index: "web.code.vimer", args: ["src/,usr/icebergs/,usr/volcanos/", "main.go"]}, + {name: "vimer", help: "编辑器", index: "web.code.vimer", args: ["src/,usr/volcanos/,usr/icebergs/", "main.go"]}, {name: "repos", help: "代码库", index: "web.code.git.status"}, {name: "plan", help: "任务表", index: "web.team.plan"}, {name: "ctx", help: "上下文", index: "web.wiki.word"},