仓库地址
基础
| 插件 | 用途 |
|---|
| dracula-theme / molokai-theme | 配色 |
| neotree | 文件列表 |
| super-save | 自动保存 |
| popwin | 窗口操作 |
| window-numbering | 窗口跳转 |
| dired+ | 目录增强 |
| direx | 打开当前文件目录 |
| crux | 打开应用 |
| undo-tree | 撤销 |
| swiper,counsel | 快捷命令 |
| which-key | 快捷键提示 |
| exec-path-from-shell | 加载shell的path定义 |
| avy, ag, ace-jump-mode | 搜索 |
| iedit | 多光标 |
开发
| 插件 | 用途 |
|---|
| editorconfig | 代码格式 |
| yasnippet | 代码片段 |
| company,company-ycmd,company-web | 智能补全 |
| dash-at-point / zeal-at-point | 代码帮助 |
| xcscope, ggtags | 代码跳转 |
| flycheck, flycheck-ycmd | 代码检查 |
| magit, git-gutter | git |
| smartparens | 自动添加匹配括号 |
| highlight-parentheses | 高亮括号 |
| indent-guide | 缩进线 |
| aggressive-indent | 缩进对齐 |
| expand-region | 扩展选择区域 |
| anaconda-mode, elpy | Python |
| go-mode, company-go | go |
| markdown-mode | markdown |
| js2-mode | javascript |
| web-mode, emmet-mode | web |
(package-install 'molokai-theme)
(package-install 'dracula-theme)
(package-install 'neotree)
(package-install 'super-save)
(package-install 'popwin)
(package-install 'window-numbering)
(package-install 'dired+)
(package-install 'direx)
(package-install 'crux)
(package-install 'undo-tree)
(package-install 'editorconfig)
(package-install 'exec-path-from-shell)
(package-install 'swiper)
(package-install 'counsel)
(if (eq system-type 'darwin)
(package-install 'counsel-osx-app))
(package-install 'which-key)
(package-install 'avy)
(package-install 'ag)
(package-install 'ace-jump-mode)
(package-install 'iedit)
(package-install 'yasnippet)
(package-install 'company)
(package-install 'company-ycmd)
(package-install 'company-web)
(package-install 'company-c-headers)
(if (eq system-type 'darwin)
(package-install 'dash-at-point)
(package-install 'zeal-at-point))
(package-install 'xcscope)
(package-install 'ggtags)
(package-install 'flycheck)
(package-install 'flycheck-ycmd)
(package-install 'flycheck-google-cpplint)
(package-install 'google-c-style)
(package-install 'magit)
(package-install 'git-gutter)
(package-install 'smartparens)
(package-install 'highlight-parentheses)
(package-install 'indent-guide)
(package-install 'aggressive-indent)
(package-install 'expand-region)
(package-install 'anaconda-mode)
(package-install 'elpy)
(package-install 'markdown-mode)
(package-install 'web-mode)
(package-install 'emmet-mode)
(package-install 'js2-mode)
(package-install 'go-mode)
(package-install 'company-go)