This is my personal vim/nvim configuration. It is based on NvChad
I daily drive this
- Neovim 0.10+
- git
- some sort of unzip program like gz or 7z
- npm
- cargo/rust
- Clone this repo to your local machine
- Open neovim (
nvim) - Enjoy, your plugins and Mason packages will be installed automatically
git clone https://github.com/niceEli/vimdotfiles ~/.config/nvim && nvimgit clone https://github.com/niceEli/vimdotfiles ~/.var/app/io.neovim.nvim/config/nvim && flatpak run io.neovim.nvimgit clone https://github.com/niceEli/vimdotfiles $ENV:USERPROFILE\AppData\Local\nvim && nvimThis repo is supposed to used as config by NvChad users!
- The main nvchad repo (NvChad/NvChad) is used as a plugin by this repo.
- So you just import its modules , like
require "nvchad.options" , require "nvchad.mappings" - So you can delete the .git from this repo ( when you clone it locally ) or fork it :)