Hi, this is my simple Neovim config
- Install Vim
- Run this command
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
- Clone this repo
git clone https://github.com/zeroxkitakitsune/my-vim-config.git
- Go to this repo and
cp vimrc ~/.vimrc
- If directory doesnt exist, just create it
- Launch vim and
:PlugInstall