Aotokitsuruya's VIM
The Vim configuration for my development environment.
Requirements
- Vim 8+
Install
- Move to your home directory
cd ~
- Clone my vim settings
git clone https://github.com/elct9620/elct9620-vim.git .vim
- Link vimrc file
ln -s .vim/vimrc .vimrc
- Install Plugins
vim +PluginInstall +qall
- Everything is ready, free to use it