Software Alternatives, Accelerators & Startups

Vim-Plug

:hibiscus: Minimalist Vim Plugin Manager. Contribute to junegunn/vim-plug development by creating an account on GitHub.

Vim-Plug

Vim-Plug Reviews and Details

This page is designed to help you find out whether Vim-Plug is good and if it is the right choice for you.

Screenshots and images

  • Vim-Plug Landing page
    Landing page //
    2023-09-30

Features & Specs

  1. User-Friendly Syntax

    Vim-Plug uses a simple, concise syntax for plugin management which makes it easy to add, update, and remove plugins.

  2. Parallel Installation

    Vim-Plug supports parallel installation of plugins, which significantly speeds up the process of setting up and updating plugins.

  3. On-Demand Loading

    It provides the ability to defer loading of plugins until they are actually required, which can improve startup time and overall performance.

  4. Extensive Documentation

    Vim-Plug is well-documented with a detailed guide and plenty of examples, making it easier for new users to get started.

  5. Partial and Lazy Plugin Support

    Supports loading of plugins only when specific commands are invoked or files are opened, optimizing resource usage.

Badges

Promote Vim-Plug. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

Why and How I Use Vim-Plug to Manage My Vim Plugins

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Vim-Plug and what they use it for.
  • Vim + Markdown = Writer's Heaven
    I use vim-plug to manage my plugins, And this guide assumes you do too. - Source: dev.to / 4 months ago
  • How to Setup Vim for Kotlin Development
    Some examples are vim-plug, vundle, or, lazy.nvim. - Source: dev.to / over 1 year ago
  • Lite ๐Ÿš€ ApolloNvim Distro 2024
    ๐Ÿ‘‰ If you are missing a plugin, you can easily install or uninstall it using vim.plug. For more information, please visit vim.plug on GitHub or I'd be happy to advise you see about us. - Source: dev.to / over 1 year ago
  • I a Avid Vim User, Finally Migrated to Neovim! How does it work, what do I gain from it?
    I have been talking about plugins since the beginning of the article, but using a simple editor doesn't involve doing everything by hand. So I have been using a plugin manager for a long time and if you don't, I strongly advise you to get started: it's very practical. I used Vim plug which was everything I like: simple and effective. - Source: dev.to / about 2 years ago
  • How to use vim-plug with init.lua? win11
    Is it possible to use vim-plug with init.lua? https://github.com/junegunn/vim-plug. Source: over 2 years ago
  • Vimtex not loading (vim-plug)
    Did you really install VimTeX? Did you run :PlugInstall? Ensure you installed and set up vim-plug correctly (https://github.com/junegunn/vim-plug). If VimTeX is installed, it should be installed to '~/.vim/plugged', thus you can open a terminal, then cd ~/.vim/plugged/vimtex and you should find the files there. Source: about 3 years ago
  • How to use VIM text editor
    If you're determined to use vim for some reason, I'd suggest checking out vim-plug: https://github.com/junegunn/vim-plug. Quite useful for installing and maintaining all of the plugins that you're going to need to get vim to provide even a subset of the features offered by modern editors. Source: about 3 years ago
  • I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?
    I encourage you to add plugins to your vim (tip: use vim-plug). Use vimawesome.com for inspiration. Source: about 3 years ago
  • Add plugins without access to GitHub?
    But the plugin manager https://github.com/junegunn/vim-plug can also install from offline sources, without accessing Github:. Source: about 3 years ago
  • Introducing tsc.nvim: Project-Wide Asynchronous TypeScript Type-Checking & Diagnostics
    To get started, simply install the plugin using your favorite plugin manager, such as vim-plug or packer.nvim. You can find detailed installation instructions in the README. Source: about 3 years ago
  • The Vundle github repo seems to have disappeared
    I chose to move on to vim-plug and can report it was a simple switch from Vundle. Source: over 3 years ago
  • Vundle.vim does not exist anymore
    Not sure if Vundle did anything particularly fancy, but I'm using vim-plug [0] and have no complaints. It stays out of my way to the point that I had to look at my .vimrc just now to make sure that's what I was using. [0] https://github.com/junegunn/vim-plug. - Source: Hacker News / over 3 years ago
  • Vim overview
    To use plugins, install the vim-plug plugin manager with the following command. - Source: dev.to / over 3 years ago
  • Just started learning LaTeX. I have a few questions
    Emacs is a good software for LaTeX along with its plugin AUCTeX but you don't need to switch to Emacs since you already are a Vim user. I would recommend to install VimTex (make sure it is NOT VimLatex) using any package manager, e.g. VimPlug. Source: over 3 years ago
  • I use the following script to update vim git plugins; is there a native equivalent command in vim 9.x+ ? (I do not want to us packge managers)
    I am not sure if I understand this right, but the way I update my plugins in Vim is using a plugin manager called vim-plug and using update command. I just need to run the command in Bash, which runs vim, executes the update command and exits. It's part of my updateall routine set as an alias. Source: over 3 years ago
  • Vim or Emacs?
    But there are alternative plugin systems. My favorite is https://github.com/junegunn/vim-plug . I guess you should be able to install it with the instructions for "Unix, Linux", as MacOS would fall into that category. Make sure you install the right one Vim or Neo Vim, depending on which one you use. Source: over 3 years ago
  • How do I manually load a plugin with .vimrc
    Not sure if that's what you're asking but VimPlug can load plugins on-demand, for example only when a certain file type is loaded. Source: over 3 years ago
  • NeoVim Installation and Configuration on Win10/11
    Remember, this is only will work for Windows 10 in your powershell [ for more info, check out this github link : https://github.com/junegunn/vim-plug ]. - Source: dev.to / over 3 years ago
  • one.nvim: a neovim config framework
    Lua-wrapped plugin manager based on vim-plug or packer at your choice. Source: over 3 years ago
  • rust+vim : is it possible to get inline (inferred) type hints with regular vim
    " assuming you're using vim-plug: https://github.com/junegunn/vim-plug Plug 'ncm2/ncm2' Plug 'roxma/nvim-yarp' " enable ncm2 for all buffers Autocmd BufEnter * call ncm2#enable_for_buffer() " IMPORTANT: :help Ncm2PopupOpen for more information Set completeopt=noinsert,menuone,noselect " NOTE: you need to install completion sources to get completions. Check " our wiki page for a list of sources:... Source: over 3 years ago
  • Let the IDE wars, uh, continue!
    Vim-plug is a really nice plugin manager thatโ€™s easy to use. There are other plugin managers as well, this one is just what I prefer. Source: over 3 years ago

Do you know an article comparing Vim-Plug to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Vim-Plug discussion

Log in or Post with

Is Vim-Plug good? This is an informative page that will help you find out. Moreover, you can review and discuss Vim-Plug here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.