Skip to content

Asthetic neovim config with full transparency

Notifications You must be signed in to change notification settings

shivambegin/Neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim

Installation

Install requires Neovim nightly but might works on latest stable release. Always review the code before installing a configuration.

Make sure you delete or backup your old neovim configuration to somewhere safe before installing this one.

Backup for linux & MacOS

# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

Backup for Windows

# required
Move-Item $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak

# optional but recommended
Move-Item $env:LOCALAPPDATA\nvim-data $env:LOCALAPPDATA\nvim-data.bak

Installation for Linux & MacOS

git clone https://github.com/shivambegin/Neovim.git ~/.config/nvim

Installation for Windows

git clone https://github.com/shivambegin/Neovim.git $env:LOCALAPPDATA\nvim