V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
SpaceVim
V2EX  ›  程序员

利用业余时间折腾的 SpaceVim,发布 v0.9.0 了

  •  
  •   SpaceVim ·
    SpaceVim · 2018-09-27 10:08:02 +08:00 · 933 次点击
    这是一个创建于 2053 天前的主题,其中的信息可能已经有所发展或是发生改变。

    这两年,利用业余时间一直在维护这个项目,不知道大家业余时间折腾了哪些开源项目呢?

    原文: https://spacevim.org/SpaceVim-release-v0.9.0/

    这个版本,增加了 15 个新的语言模块:

    The lsp layer now also support julia, typescript, elixir and bash.

    颜色主题模块,支持随机主题,并可设置频率,比如每天自动修改一次主题:

    [[layers]]
      name = "colorscheme"
      random_theme = true
      frequency = "daily"
    

    SpaceVim 的配置文件也支持补全了,可以补全所有可用的选项:

    complete spacevim configuration file

    Improve builtin tab manager, support creating named tabs and rename an exist tab:

    • Rename tab, default key binding is r

    the name of the tab will be displayed on tabline and tabmanger.

    rename

    • Move cursor tab forward and backword, default key binding is <C-S-Up>/<C-S-Down>

    movetab

    • Create new tab after the tab under the cursor, key bindings: (n: create named tab / N : create anonymous tab)

    newtab

    • copy / paste tab, include tab layout and tab name

    copytab

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1020 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 19:47 · PVG 03:47 · LAX 12:47 · JFK 15:47
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.