W
W
wittyrider2015-09-02 09:30:46
vim
wittyrider, 2015-09-02 09:30:46

What VIM plugins do you use for web development?

What do you need?
1. Autocomplete php && javascript
2. Syntax checker php && ES2015
3. Quick search in project files
4. Snippets
5. Everything that will be useful for development on php (symfony)
Why do I need VIM when there is phpstorm?
phpstorm is the main tool.
vim - on Fridays.
ps Oh yes, I forgot the main thing is it possible to stick to the interfaces?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
rutaka nashimo, 2015-09-02
@wittyrider

Plugin 'gmarik/Vundle.vim'

Plugin 'Shougo/vimproc.vim'
Plugin 'nanotech/jellybeans.vim'

Plugin 'tpope/vim-sensible'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-sleuth'
Plugin 'tpope/vim-repeat'
Plugin 'tpope/vim-unimpaired'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-dispatch'
Plugin 'bling/vim-airline'
Plugin 'jeetsukumaran/vim-buffergator'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'rking/ag.vim'
Plugin 'vim-scripts/LargeFile'
Plugin 'scrooloose/syntastic'
Plugin 'scrooloose/nerdtree'
Plugin 'Xuyuanp/nerdtree-git-plugin'
Plugin 'airblade/vim-gitgutter'
Plugin 'majutsushi/tagbar'
Plugin 'godlygeek/tabular'
Plugin 'ervandew/supertab'
Plugin 'szw/vim-tags'

Plugin '907th/vim-auto-save'
Plugin 'myusuf3/numbers.vim'

Plugin 'tpope/vim-endwise'
Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-rbenv'
Plugin 'ngmy/vim-rubocop'

Plugin 'fatih/vim-go'

Plugin 'jimenezrick/vimerl'
Plugin 'vim-erlang/vim-erlang-tags'

M
Maxim, 2015-09-02
Antonikhin @STJ

3.CtrlP 4.vim -
snipmate

V
voronkovich, 2015-11-12
@voronkovich

For Symfony, I can recommend a couple of my plugins:
ctrlp-symfony2.vim
sniphpets/symfony

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question