Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 359 Bytes

VIM Configuration

A neo vim configuration for fun viming.

Installation

  • Clone the git repository and move it to ~/.vim

      git clone https://github.com/Mitch1000/vim.git
    
      mv vim ~/.config/nvim
    
  • Install Plugins with packer using the the vim command:

     :PackerInstall
    
  • Instal COC Plugins with the vim command:

     :COCInstall