Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 919 Bytes

README.md

File metadata and controls

36 lines (34 loc) · 919 Bytes

Neovim Configs

Showcase

To get this config simply run the following shell script for your distribution:

WARNING: Before continuing Please backup your existing neovim configs as the scripts will remove those.

Ubuntu/Debain

git clone https://github.com/pssyt2009/neovim
cd neovim
./debian.sh

Finally Run

nvim +PackerSync

Ignore any errors and keep hitting the enter key. If Packer Screen does not come then run

:PackerSync

Arch Linux

git clone https://github.com/pssyt2009/neovim
cd neovim
./arch.sh

Finally Run

nvim +PackerSync

Ignore any errors and keep hitting the enter key. If Packer Screen does not come then run

:PackerSync