Skip to content

Instantly share code, notes, and snippets.

@sirbrillig
Created August 4, 2022 17:57
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 sirbrillig/5a6ae3ab33a40a5ee6a15a691efb076c to your computer and use it in GitHub Desktop.
Save sirbrillig/5a6ae3ab33a40a5ee6a15a691efb076c to your computer and use it in GitHub Desktop.
My basic recommended vim syntax plugins
" Syntax plugins
Plug 'yuezk/vim-js'
Plug 'leafgarland/typescript-vim'
Plug 'peitalin/vim-jsx-typescript'
Plug 'MaxMEllon/vim-jsx-pretty'
Plug 'elzr/vim-json'
Plug 'moll/vim-node'
Plug 'cakebaker/scss-syntax.vim'
Plug 'hail2u/vim-css3-syntax'
Plug 'StanAngeloff/php.vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment