Created
August 4, 2022 17:57
-
-
Save sirbrillig/5a6ae3ab33a40a5ee6a15a691efb076c to your computer and use it in GitHub Desktop.
My basic recommended vim syntax plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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