美文网首页
Ubuntu1804对于SublimeText3的一些配置

Ubuntu1804对于SublimeText3的一些配置

作者: Tumaine | 来源:发表于2019-01-25 11:10 被阅读0次
    1. 安装SublimeText3,直接在官方网站按照步骤下载即可。
    2. 安装Package Control

    Manual

    If for some reason the console installation instructions do not work for you (such as having a proxy on your network), perform the following steps to manually install Package Control:

    1. Click the Preferences > Browse Packages… menu
    2. Browse up a folder and then into the <tt>Installed Packages/</tt> folder
    3. Download <tt>Package Control.sublime-package</tt> and copy it into the <tt>Installed Packages/</tt> directory
    4. Restart Sublime Text

    按照上述步骤即可
    此时可能会出现无法下载package的情况
    我们要去https://packagecontrol.io/channel_v3.json 网站下载 channel_v3.json文件,保存在本地文件夹中
    在Sublime Text3中打开Package Setting->Package Control->Settings-User
    添加如下代码

    "channels":
        [
            "/home/scott/channel_v3.json"  //刚才下载的channel_v3.json文件的位置
        ],   //此处要有逗号
    

    重启即可

    相关文章

      网友评论

          本文标题:Ubuntu1804对于SublimeText3的一些配置

          本文链接:https://www.haomeiwen.com/subject/vslmjqtx.html