This is polymer_ide plugin for vim version 8.0 and above. This plugin unlocks all of the power of the Polymer Analyzer in vim. See Polymer Editor Service for more info, including links to other editor plugins.
Features:
Use your favorite package manager (vim-plug, Vundle, pathogen.vim), or add this directory to your Vim runtime path.
For example, if you're using Vundle, add the following line to ~/.vimrc
:
Plugin 'webdesus/polymer-ide.vim'
Then go to plugin folder and execute
npm install
If you using vim-plug then you write next
Plug 'webdesus/polymer-ide.vim', { 'do': 'npm install' }
And npm install execute automatically after install plugin.
For work using snippets needed install UltiSnips from this https://github.com/SirVer/ultisnips
:h polymer_ide