A neo vim configuration for fun viming.
-
Clone the git repository and move it into the Users/<your_username>/.config/nvim directory:
git clone https://github.com/Mitch1000/vim.git mv vim Users/<your_username>/.config/nvim
-
Install Plugins with packer using the the vim command:
:PackerInstall
-
Instal COC Plugins with the vim command:
:COCInstall