Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 776 Bytes

File metadata and controls

19 lines (14 loc) · 776 Bytes

Justin's Neovim Config

This is my personal neovim config.

Prerequisites

Getting Started

  1. If you have a current nvim setup back up your config by running. mv ~/.config/nvim ~/.config/nvim_bkp
  2. Clone this repo: git clone https://github.com/jelmore1674/nvim.git ~/.config/nvim
  3. Change directory into the config. cd ~/.config/nvim then run nvim .
  4. Wait for all of the packages to install and bam, neovim is working.