teraprath / nvim-config

NvChad Custom Config (personal use)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-config

Preview

Install

  1. Make sure Neovim and NvChad are installed.
  2. Clone repository and remove old config:

Linux / MacOS

rm -rf ~/.config/nvim/lua/custom && git clone https://github.com/teraprath/nvim-config ~/.config/nvim/lua/custom && nvim

Windows

rd -r $HOME\AppData\Local\nvim\lua\custom && git clone https://github.com/teraprath/nvim-config.git $HOME\AppData\Local\nvim\lua\custom && nvim
  1. Run :MasonInstallAll. Done!

About

NvChad Custom Config (personal use)

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%