/nvim

My personal neovim configuration based on LazyVim

Primary LanguageLuaApache License 2.0Apache-2.0

My Personal Neovim Configuration

Based on LazyVim's starter.

Using

Mostly Notes to self.

Backup current neovim configuration files.

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

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

Clone repository.

git clone https://github.com/alecrissf/nvim ~/.config/nvim