Vim / Nvim configuration.
Tested on the following Operating Systems:
- Windows 10/7
- OSX (Wherever Nvim works)
- Linux
- git
- RipGrep
- Fzf
- Python 3
- Ruby
- Install Vim-Plug - https://github.com/junegunn/vim-plug
- Git clone aa-vim repo
git clone [email protected]:aalvarado/aa-vim.git
- Create symlinks
(Linux || OSX)
ln -s aa-vim/.vimrc ~/.vimrc
(Windows)
mklink .vimrc aa-vim\.vimrc
- Install Plugins
Open vim and type:
:PlugInstall
This will download all and install the plugins specified in the .vimrc
file.
Restart vim to load all the plugins