vundle VS emmet-vim

Compare vundle vs emmet-vim and see what are their differences.

vundle

Vundle, the plug-in manager for Vim (by gmarik)

emmet-vim

emmet for vim: http://emmet.io/ (by mattn)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vundle emmet-vim
29 30
23,788 6,334
0.2% -
1.0 0.0
14 days ago over 2 years ago
Vim Script Vim Script
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vundle

Posts with mentions or reviews of vundle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Will installing Vim get rid of my current work on macOS?
    4 projects | /r/vim | 19 May 2023
    I'm confused. What install guide are you talking about to be specific (as in, please actually send a link)? The official repository is at https://github.com/VundleVim/Vundle.vim and it doesn't mention Python at all. From what I understand Vundle is not written in Python and should not have a dependency to it. If in doubt, consult official documentation rather than third-party tutorials and guides which could be wrong and/or including extra steps that are not necessary.
  • VundleVim
    2 projects | news.ycombinator.com | 27 Feb 2023
  • Vundle Removed from GitHub
    2 projects | news.ycombinator.com | 23 Feb 2023
  • Vundle.vim does not exist anymore
    7 projects | news.ycombinator.com | 21 Feb 2023
  • The Vundle github repo seems to have disappeared
    7 projects | /r/vim | 21 Feb 2023
  • What's in my RC 2022
    8 projects | dev.to | 19 Dec 2022
    ## Vundle Install Script function install-vundle() { git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim; sudo gem install vundle-cli; if ! grep -Fxq 'set rtp+=~/.vim/bundle/Vundle.vim' ~/.vimrc then echo "\nset nocompatible\nfiletype off\nset rtp+=~/.vim/bundle/Vundle.vim\ncall vundle#begin()\n\nPlugin 'VundleVim/Vundle.vim'\n\ncall vundle#end()\nfiletype plugin indent on" >> ~/.vimrc; fi }
  • linux c++ devs, what does your dev environment look like?
    19 projects | /r/cpp | 7 Nov 2022
    A typo. I meant vundle. VimBundle
  • Can't get plugins to work with vundle
    3 projects | /r/vim | 14 Sep 2022
    I have just started using vim and already really like it. As I mainly want to use it for Python, I was trying to set up some relevant plugins (so far ale) using vundle. I have cloned the Vundle and ale folder into ~/.vim/bundle. But when I run :Pluginstall in my .vimrc get the errors:
  • Idea for a library manager
    6 projects | /r/openscad | 11 Jul 2022
    Let me start this by saying I am new to OpenSCAD, but I have an idea that I would be interested in working on if this is something people think would be useful. My idea is to make a library manager like Vundle that would do all the repository pulling and library management for me. Because OpenSCAD doesn't have a central repository for libraries like PyPI, and people have made some really cool libraries on GitHub, I think a manager like Vundle would be a good fit.
  • vim extensions in dockers
    2 projects | /r/docker | 3 Jul 2022
    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

emmet-vim

Posts with mentions or reviews of emmet-vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.

What are some alternatives?

When comparing vundle and emmet-vim you can also consider the following projects:

vim-plug - :hibiscus: Minimalist Vim Plugin Manager

nvim-lspconfig - Quickstart configs for Nvim LSP

emmet-ls - Emmet support based on LSP.

vim-lsp - async language server protocol plugin for vim and neovim

vim-react-snippets - Useful snippets for developing in React (Javascript and Typescript)

vim-react-snippets - :scissors: React code snippets for vim

vim-pathogen - pathogen.vim: manage your runtimepath

ultisnips - UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!

nv-ide - Neovim custom configuration, oriented for full stack developers (Ruby on Rails, ruby, php, html, css, SCSS, javascript)

vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

nvim-autopairs - autopairs for neovim written in lua

vim-snippets - vim-snipmate default snippets (Previously snipmate-snippets)