Vim BootstrapVim 配置文件生成器
Vim Bootstrap 是一个生成器,它提供了一种为 vim/neovim 生成配置的简单方法。
先决条件
该发行版旨在与 Vim >= 8 和 neovim 一起使用。
macOS
$ brew install git ctags
Linux
- Ubuntu\Debian
$ sudo apt-get install git exuberant-ctags ncurses-term curl
- Gentoo
$ sudo emerge --ask dev-util/ctags sys-libs/ncurses dev-vcs/git dev-python/pyflakes net-misc/curl
- Arch Linux 通过 pacman
$ sudo pacman -S git ctags ncurses curl
- Fedora
$ sudo dnf install ncurses-devel git ctags-etags curl
- openSUSE
$ sudo zypper in ncurses-devel git ctags curl
BSD
# pkg install git p5-Parse-ExuberantCTags ncurses curl
Python 包(可选)
-
- pyflakes
- jedi
- neovim (neovim only)
$ pip install flake8 jedi $ pip2 install --user --upgrade neovim $ pip3 install --user --upgrade neovim
Elm bundle(可选)
- elm-test
- elm-oracle
- elm-format
$ npm install -g elm-test $ npm install -g elm-oracle $ npm install -g elm-format@exp
Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
安装
- 在 https://vim-bootstrap.com 下载你自己的 vimrc 文件
- 将 vimrc 文件放入主文件夹
vim: mv ~/Downloads/generate.vim ~/.vimrc
neovim: mv ~/Downloads/generate.vim $XDG_CONFIG_HOME/nvim/init.vim
- 执行 ViM,它会自动安装插件
`vim`
评论