Skip to content

Instantly share code, notes, and snippets.

@twilson63
Created July 4, 2021 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twilson63/8429eade0c45dc4d06d9544ba6e3b6b2 to your computer and use it in GitHub Desktop.
Save twilson63/8429eade0c45dc4d06d9544ba6e3b6b2 to your computer and use it in GitHub Desktop.
Vim RC
set ts=2
set sts=2
set et
set sw=2
call plug#begin()
Plug 'jonsmithers/vim-html-template-literals'
Plug 'pangloss/vim-javascript'
call plug#end()
syntax on
colorscheme slate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment