Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 458 Bytes

Requirements

  • Install neovim 0.9.x or later

Using install.sh

Run the following:

if [ -d ~/.config/nvim ]; then mv ~/.config/nvim ~/.config/nvim.old; fi && cd && git clone https://github.com/nettrino/vimconf.git ~/.config/nvim && cd ~/.config/nvim && chmod +x install.sh && ./install.sh

Manual Installation

  • Install fonts
  • Copy the current folder in ~/.config/nvim
  • Start vim