Skip to content

Personal configuration of nvim for mac and linux with lazy-vim

License

Notifications You must be signed in to change notification settings

sonnymijael/nvim-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim from mac and linux with lazy-vim 🤖

Personal configuration of nvim for mac with lazy-vim

Deployment

Create a backup of our current nvim directory

cd && mv mv ./config/nvim{,.back}

Clone the starter

git clone url ~/.config/nvim

Remove the .git folder

rm -rf ~/.config/nvim/.git

Start Neovim!

nvim

Extras

Open nvim with vim command

sudo ln -s $(which nvim) /usr/local/bin/vim

In Bash:

source ~/.bashrc

In Zsh:

source ~/.zshrc

Start Neovim!

vim

Acknowledgements

Authors

About

Personal configuration of nvim for mac and linux with lazy-vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages