Feel free to use it and suggest improvements via Issues. Keep in mind that I use it (mostly) for editing Python files.
- Vim 7.3+ with Python support (check the latter with
vim --version | grep +python) exuberant-ctagssystem package fortaglist.vimplugin- Vim with
clipboardsupport is recommended (vim-gnome package in Debian) - create virtualenvs for Black and (optionally) Neovim - see
" Blackand" NeoVimin _vimrc for specific locations
-
Clone this repo
-
Copy or symlink my
_vimrcas your~/.vimrc -
Install vim-plug on Linux:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimor read here for different platform
-
vim +PlugUpdate
To see how to manage plugins please refer to the vim-plug wiki.