configuration for the Vim editor
- install
vim-plug
plugin manager for vim - open vim and run
:PlugInstall
to install plugins - you will possibly need to download a color theme (there will be a warning in this case)
- restart vim
- you can link
.vimrc
from this repo usingln -s
to your~/.vimrc
to avoid copy pasting from one file to another
- install
typescript
installed globally for linting js - install
commentary
plugin manualy here commentary - install
MatchTag
plugin manually here - install
prettier
globbaly to fix code viaALE