Skip to content

ojas-bhagavath/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim

Install Instructions

Install requires neovim 0.9+. Always review the code before installing a configuration.

Backup your existing config:

# required

mv ~/.config/nvim{,.bak}
# or if you don't want to backup your old config:
# rm -rf ~/.config/nvim

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
# or if you don't want to backup your old files:
# rm -rf ~/.local/share/nvim
# rm -rf ~/.local/state/nvim
# rm -rf ~/.cache/nvim

Clone the repository and install the plugins:

git clone https://github.com/ojas-bhagavath/nvim.git ~/.config/nvim/

Remove the .git repo to make it your own:

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

Start neovim!

nvim

Plugins

About

This repo contains my neovim configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages