Skip to content

Andre0n/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Simple

My basic neovim config. Follow the instructions to install.

Pre-requisites

  • You should be an existing vim user or keen to learn nvim.
  • Neovim 0.8.3
  • use a nerd font in your terminal emulator. i like that

Install

Linux / MacOS (unix)

git clone https://github.com/Andre0n/nvim ~/.config/nvim --depth 1 && nvim

Windows

git clone https://github.com/Andre0n/nvim $home\appdata\local\nvim --depth 1 && nvim

Uninstall

# linux/macos (unix)
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim

# windows
rd -r ~\appdata\local\nvim
rd -r ~\appdata\local\nvim-data

About

My Neovim config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published