Skip to content
forked from NvChad/starter

niceEli's Custom nvChad Config (For Chads Only)

License

Notifications You must be signed in to change notification settings

niceEli/vimdotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim / NVIM Dotfiles

This is my personal vim/nvim configuration. It is based on NvChad

I daily drive this

Installation

Prerequisites

  • Neovim 0.10+
  • git
  • some sort of unzip program like gz or 7z
  • npm
  • cargo/rust

Steps

  1. Clone this repo to your local machine
  2. Open neovim (nvim)
  3. Enjoy, your plugins and Mason packages will be installed automatically

UNIX

git clone https://github.com/niceEli/vimdotfiles ~/.config/nvim && nvim
Flatpak
git clone https://github.com/niceEli/vimdotfiles ~/.var/app/io.neovim.nvim/config/nvim && flatpak run io.neovim.nvim

Windows (PowerShell)

git clone https://github.com/niceEli/vimdotfiles $ENV:USERPROFILE\AppData\Local\nvim && nvim

Old NvChad Readme

This 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 :)