Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 349 Bytes

Installation

Clone this repo to your .config/nvim/lua directory and rename it to custom:

git clone [email protected]:RustyNorwell/NvChad-Config.git ~/.config/nvim/lua/custom

Also make sure to:

  1. put require('custom.mappings') inside .config/nvim/init.lua
  2. put M.plugins = 'custom.plugins' inside config/nvim/lua/chadrc.lua