HeavyMetalGeek / nvim

Neovim configurations using Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim Installation and Setup

Build Neovim from source

  1. Follow the instructions provided by the Neovim Wiki
    • Ensure prerequisites are installed
    • I prefer to use the stable release
    • I use the default install location
  2. Install Packer using the install step provided in the Packer Quickstart
  3. Clone this repository into ~/.config/
  4. Navigate to ~/.config/nvim/lua/heavymetalgeek/packer.lua, source the file with :so, and run :PackerInstall
  5. Enjoy!

Note: I am still working on my remaps, which will be largely based on ThePrimeagen's

About

Neovim configurations using Lua


Languages

Language:Lua 100.0%