Created
July 3, 2020 08:28
-
-
Save lucianghinda/87694db8d76dd49533b14bc5e4ff0465 to your computer and use it in GitHub Desktop.
VIM Plugins useful for Ruby on Rails + Vue/Stimulus + TailwindCSS
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
" Please go through Readmine for every plugin and add needed configuration | |
Plug 'itchyny/lightline.vim' | |
Plug 'airblade/vim-gitgutter' | |
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } | |
Plug 'junegunn/fzf.vim' | |
Plug 'tpope/vim-endwise' | |
Plug 'tpope/vim-rails' | |
Plug 'ngmy/vim-rubocop' | |
Plug 'vim-ruby/vim-ruby' | |
Plug 'Shougo/deoplete.nvim' | |
Plug 'roxma/nvim-yarp' | |
Plug 'roxma/vim-hug-neovim-rpc' | |
Plug 'taka-vagyok/prevent-win-closed.vim' | |
Plug 'ervandew/supertab' | |
Plug 'scrooloose/nerdtree' | |
Plug 'jiangmiao/auto-pairs' | |
Plug 'pangloss/vim-javascript' | |
Plug 'hzchirs/vim-material' | |
Plug 'sonph/onehalf' | |
Plug 'kchmck/vim-coffee-script' | |
Plug 'tpope/vim-surround' | |
Plug 'elixir-editors/vim-elixir' | |
Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
Plug 'mhinz/vim-mix-format' | |
Plug 'iamcco/coc-tailwindcss', {'do': 'yarn install --frozen-lockfile && yarn run build'} | |
Plug 'gregsexton/MatchTag' | |
Plug 'mattn/emmet-vim' | |
Plug 'w0rp/ale' | |
Plug 'vim-airline/vim-airline' | |
Plug 'ntpeters/vim-better-whitespace' | |
Plug 'stephpy/vim-yaml' | |
Plug 'tpope/vim-rbenv' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment