Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. " JS Plugins
  2. Plugin 'jelera/vim-javascript-syntax'
  3.  
  4. " ====================================================================
  5. " ====================================================================
  6. " ====================================================================
  7.  
  8.  
  9. " All of your Plugins must be added before the following line
  10. call vundle#end() " required
  11. filetype plugin indent on " required
  12. " To ignore plugin indent changes, instead use:
  13. "filetype plugin on
  14. "
  15. " Brief help
  16. " :PluginList - lists configured plugins
  17. " :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
  18. " :PluginSearch foo - searches for foo; append `!` to refresh local cache
  19. " :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
  20. "
  21. " see :h vundle for more details or wiki for FAQ
  22. " Put your non-Plugin stuff after this line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement