Skip to content

Instantly share code, notes, and snippets.

@AlanWarren
Created September 4, 2019 13:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlanWarren/b7f15c281bf3619dd0f94f3bc9cfe3fb to your computer and use it in GitHub Desktop.
Save AlanWarren/b7f15c281bf3619dd0f94f3bc9cfe3fb to your computer and use it in GitHub Desktop.
" snippets
Plug 'SirVer/ultisnips'
Plug 'atefth/ruby-on-rails-snippets-vs-code'
Plug 'abusaidm/html-snippets'
Plug 'wvffle/vimterm'
Plug 'mtdl9/vim-log-highlighting'
Plug 'vim-ruby/vim-ruby'
Plug 'joker1007/vim-ruby-heredoc-syntax'
Plug 'chase/vim-ansible-yaml'
Plug 'skwp/vim-rspec'
Plug 'janko-m/vim-test'
Plug 'danchoi/ri.vim'
" Minitest syntax
Plug 'sunaku/vim-ruby-minitest'
" Rails support (:A, :R, :Rmigration, :Rextract)
Plug 'tpope/vim-rails', { 'for': ['ruby', 'eruby', 'haml', 'slim'] }
" Bundler support (plays nicely with tpope/gem-ctags)
Plug 'tpope/vim-bundler', { 'for': ['ruby', 'eruby', 'haml', 'slim'] }
Plug 'tpope/vim-dispatch'
" javascript
Plug 'pangloss/vim-javascript'
Plug 'chemzqm/vim-jsx-improve'
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
Plug 'jparise/vim-graphql'
Plug 'ianks/vim-tsx'
Plug 'briancollins/vim-jst'
" :CocInstall coc-solargraph
Plug 'neoclide/coc.nvim', {'do': 'yarn install --frozen-lockfile'}
Plug 'Shougo/echodoc.vim'
@aruprakshit
Copy link

@AlanWarren thanks for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment