Ubuntu1804对于SublimeText3的一些配置

  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 Installed Packages/ folder
  3. Download Package Control.sublime-package and copy it into the Installed Packages/ 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的一些配置)