Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 234 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 234 Bytes

Neovim configuration

Installation

  • Install neovim (brew install neovim)
  • Clone this project inside ~/.config/nvim/
  • Open nvim, you're done!

Bonus: add the vi alias:

alias vi="nvim"
alias vim="nvim"