My Vim configuration. Works with Vim, but some plugins require Neovim.
- Clone the repository:
git clone https://github.com/aspyrx/.vim ~/.vim
- Symlink
~/.vimrc
to the.vimrc
in this repository:ln -s ~/.vim/.vimrc ~/.vimrc
cd ~/.vim
- Fetch the dependency plugins:
git submodule update --init --recursive
If you're using Neovim, then you should also symlink your Neovim configuration
directory (by default, ~/.config/nvim
) to ~/.vim
.
The font is Fira Code. Note that a font that supports/is patched with the powerline symbols is recommended.