Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 891 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 891 Bytes

my vim setup

installing vim-plug

Vim-Plug is required.

Follow installation instructions prior to pulling .vimrc.

After installing Vim-Plug and copying .vimrc into your root directory. Open the file with the following command in your command line terminal:

$ vim .vimrc

While in your .vimrc file type in the following to install the vim plugins:

:PlugInstall

Congrats! You've installed my .vimrc environment successfully on your machine.

to-dos

  • commit my .vimrc
  • describe hot keys
  • justify why the settings and plugins were choosen
  • show screenshots of color palattes
  • write synopsis on why I use vim
  • group plugins by environment types (python, typescript + react + css, go support, etc)