安装vimplug
插件
github地址:https://github.com/junegunn/vim-plug
1 | curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ |
下载vimrc文件
curl https://raw.githubusercontent.com/stiverick610/vimrc/master/vimrc >> ~/.vimrc
安装插件
进入vim
,快捷键<leader> <leader> i
安装插件。
插件 | 说明 |
---|---|
vim-easy-align | A Vim alignment plugin |
nerdtree | A tree explorer plugin for vim |
nerdtree-git-plugin | A plugin of NERDTree showing git status |
vim-airline | lean & mean status/tabline for vim that’s light as air |
vim-airline-themes | A collection of themes for vim-airline |
vim-colorschemes | one colorscheme pack to rule them all! |
change-colorscheme | A quick change theme plugin for vim |
incsearch.vim | Improved incremental searching for Vim |
vim-easymotion | Vim motions on speed |
YouCompleteMe | A code-completion engine for Vim |
L9 | Vim-script library |
vim-commentary | comment stuff out |
vim-fugitive | A Git wrapper so awesome, it should be illegal |
vim-gitgutter | A Vim plugin which shows a git diff in the gutter (sign column) and stages/undoes hunks. |
vim-repeat | enable repeating supported plugin maps with “.” |
vim-surround | quoting/parenthesizing made simple |
vim-endwise | wisely add “end” in ruby, endfunction/endif/more in vim script, etc |
vim-devicons | Adds file type glyphs/icons to popular Vim plugins |
auto-pairs | Vim plugin, insert or delete brackets, parens, quotes in pair |
LeaderF | An asynchronous fuzzy finder which is used to quickly locate files, buffers, mrus, tags, etc. in large project |
tabular | Vim script for text filtering and alignment |
ack.vim | Vim plugin for the Perl module / CLI script ‘ack’ |
vim-smooth-scroll | Make scrolling in Vim more pleasant |
tagbar | Vim plugin that displays tags in a window, ordered by scope |
mathjax-support-for-mkdp | mathjax support for markdown-preview.vim plugin |
markdown-preview.vim | Real-time markdown preview plugin for vim |
vim-expand-region | Vim plugin that allows you to visually select increasingly larger regions of text using the same key combination |
vim-startify | The fancy start screen for Vim |
vim-multiple-cursors | True Sublime Text style multiple selections for Vim |
undotree | The ultimate undo history visualizer for VIM |
fzf | A command-line fuzzy finder |
vim-bracketed-paste | Handles bracketed-paste-mode in vim (aka. automatic :set paste ) |
vim-javacomplete2 | Updated javacomplete plugin for vim. |
goyo.vim | Distraction-free writing in Vim |
vim-zenroom2 | A Vim extension that emulates iA Writer environment when editing Markdown, reStructuredText or text files |
bufexplorer.zip | Buffer Explorer / Browser |
vim-yankstack | A lightweight implementation of emacs’s kill-ring for vim |
ale | Asynchronous Lint Engine |
vim-go | Go development plugin for Vim |
vim-autoformat | Provide easy code formatting in Vim by integrating existing code formatters |
ps:可以使用全局代理进行插件安装。