Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 281 Bytes

mynvim

My Custom Neovim Config, based on nvchad

run only once:

git config pull.rebase true

Delete .git from ~/.config if exist

Installation (Ubuntu) :

cd ~/.config

git init

git remote add origin https://github.com/megurashi/mynvim.git

git pull origin master

rm -rf .git