/rcfiles

configuration for the Vim editor

Primary LanguageVim Script

vimrc

configuration for the Vim editor

usage

  1. install vim-plug plugin manager for vim
  2. open vim and run :PlugInstall to install plugins
  3. you will possibly need to download a color theme (there will be a warning in this case)
  4. restart vim
  5. you can link .vimrc from this repo using ln -s to your ~/.vimrc to avoid copy pasting from one file to another

requirements

  1. install typescript installed globally for linting js
  2. install commentary plugin manualy here commentary
  3. install MatchTag plugin manually here
  4. install prettier globbaly to fix code via ALE