Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Vim-Plug

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

Vim-Plug Reviews and details

Screenshots and images

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

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.
  • 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: 5 months 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: 10 months 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: 10 months 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: 10 months 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: 12 months 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 1 year 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: about 1 year 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 / about 1 year ago
  • Vim overview
    To use plugins, install the vim-plug plugin manager with the following command. - Source: dev.to / about 1 year 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: about 1 year 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 1 year 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 1 year 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 1 year 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 1 year ago
  • one.nvim: a neovim config framework
    Lua-wrapped plugin manager based on vim-plug or packer at your choice. Source: over 1 year 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 1 year 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 1 year ago
  • Help with plug
    Options: - packloadall command family and maybe git submodules - minpac which is a thin utility around the above - vim-plug - old but still popular for it does the job - packer.nvim is a popular choice for lua configs, never got to using it myself - paq-nvim is another often mentioned lua solution - dozens of other solutions. Source: over 1 year ago
  • Trouble getting my first plugin to work (autosave)
    I advise you to use a plug-in manager, it makes your life much easier. Personally, I use VimPlug https://github.com/junegunn/vim-plug. Source: over 1 year ago
  • Lite: A lightweight text editor written in Lua
    > To get Neovim kind of things to be anywhere near usable for modern day development work, you need to bolt a file browser, intellisense, command line section, remote editing section, container plugins, plugin installer, settings section etc etc on top of it Why? Neovim has multiple package managers. It has GUIs like https://github.com/neovide/neovide, it has support for LSP which can do something? Many people are... - Source: Hacker News / over 1 year ago
  • How does vim customization work
    For example, vim-plug actually has a plug.vim (that you need to put inside autoload) and a documentation plug.txt (that you need to put inside doc). Now, how do you update it? You need to do a lot of manual copying and whatnot. Source: over 1 year ago

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

Suggest an article

Generic Vim-Plug discussion

Log in or Post with

This is an informative page about Vim-Plug. You can review and discuss the product 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.