插件
貌似
配置atom代理
如果atom的apm命令找不到可能在 C:\Users\Administrator\AppData\Local\atom\bin\apm.cmd
直接执行这个命令进行配置
apm config set strict-ssl false
apm config set https-proxy https://127.0.0.1:1080
apm config set http-proxy http://127.0.0.1:1080
apm config list
参考 https://www.magentonotes.com/atom-proxy-install-package.html
atom配置socks5代理
rickie-pc $ cat ~/.atom/.apmrc
strict-ssl = false
http_proxy = socks5://127.0.0.1:1997
https_proxy = socks5://127.0.0.1:1997
绚丽的连击插件
activate-power-mode
参考 http://www.cnblogs.com/20145221GQ/p/5334762.html
markdown插件
markdown-preview-enhanced
© 2017, 新之助meow. 原创文章转载请注明: 转载自http://www.xinmeow.com