Skip to content

Latest commit

 

History

History
34 lines (10 loc) · 457 Bytes

README.md

File metadata and controls

34 lines (10 loc) · 457 Bytes

My Vim Config

Hi, this is my simple Neovim config

Installation

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