安装Vintageous包

时间:2016-12-14 19:07:33

标签: sublimetext3

我尝试安装Vintageous软件包,以便在Sublime中使用Vim命令。我下载了Vintageous.sublime-package文件并将其添加到Installed Packages文件夹中,我被告知要在此处执行:https://github.com/guillermooo/Vintageous#vintageous

然后我重新启动Sublime,重新打开它,然后按Esc进入命令模式。什么也没发生 - Sublime仍然表现得像以前一样。

我做错了什么?

这是我的" Preferences.sublime-settings --User"文件:

{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"create_window_at_startup": true,
"draw_white_space": "all",
"find_selected_text": true,
"font_size": 19,
"ignored_packages":
[
    "ANSIescape",
    "BeautifyRuby",
    "Cucumber",
    "Javascript Beautify",
    "OmniMarkupPreviewer",
    "PackageResourceViewer",
    "Pretty JSON",
    "ProductiveSnippetsRuby",
    "SublimeCodeIntel",
    "Sublimerge Pro",
    "Vintage",
    "WordHighlight"
],
"move_to_limit_on_up_down": false,
"open_files_in_new_window": false,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}

1 个答案:

答案 0 :(得分:0)

我建议你改用Sublime Package Manager

这非常容易。

  1. 复制并粘贴您在安装页面中找到的代码段,然后将其粘贴到Sublime控制台( Ctrl + `
  2. 之后,您只需按 Ctrl + Shift + P ,输入Install Package,按 Enter ,然后键入Vintageous
  3. 包应该出现在列表中
  4. Enter
  5. 重启Sublime后,它应该正常工作