Skip to content

nettrino/vimconf

Repository files navigation

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