All Projects → sunaku → Vim Unbundle

sunaku / Vim Unbundle

🎁 Fast, filetype-lazy loader of Vim scripts & plugins

Projects that are alternatives of or similar to Vim Unbundle

Alchemist.vim
Elixir Integration Into Vim
Stars: ✭ 632 (+551.55%)
Mutual labels:  vim-plugins
Vim Systemd Syntax
Syntax highlighting for systemd service files in Vim.
Stars: ✭ 57 (-41.24%)
Mutual labels:  vim-plugins
Omnisharp Vim
Vim omnicompletion (intellisense) and more for C#
Stars: ✭ 1,269 (+1208.25%)
Mutual labels:  vim-plugins
Context.vim
Vim plugin that shows the context of the currently visible buffer contents
Stars: ✭ 688 (+609.28%)
Mutual labels:  vim-plugins
Vim Strand
A barebones Vim plugin manger written in Rust
Stars: ✭ 38 (-60.82%)
Mutual labels:  vim-plugins
Vopher
vopher - acquire vim-plugins the gopher-way
Stars: ✭ 70 (-27.84%)
Mutual labels:  vim-plugins
Evervim
A Modern, Powerful & Modular Vim Distribution
Stars: ✭ 568 (+485.57%)
Mutual labels:  vim-plugins
Vim Search Pulse
Easily locate the cursor after a search
Stars: ✭ 91 (-6.19%)
Mutual labels:  vim-plugins
Vim Solargraph
vim plugin (wrapper) for Solargraph gem - IDE tools for the Ruby language.
Stars: ✭ 48 (-50.52%)
Mutual labels:  vim-plugins
Vim Prettier
A Vim plugin for Prettier
Stars: ✭ 1,268 (+1207.22%)
Mutual labels:  vim-plugins
Minpac
A minimal package manager for Vim 8 (and Neovim)
Stars: ✭ 693 (+614.43%)
Mutual labels:  vim-plugins
Hot Reload.vim
A (Neo)vim plugin for Flutter to automatically hot reload the project every time a file is saved
Stars: ✭ 33 (-65.98%)
Mutual labels:  vim-plugins
Fzf Filemru
File MRU with fzf.vim
Stars: ✭ 76 (-21.65%)
Mutual labels:  vim-plugins
Vim Wakatime
Vim plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 669 (+589.69%)
Mutual labels:  vim-plugins
Auto Git Diff
A vim plugin which shows git diff for Git Rebase Interactive
Stars: ✭ 88 (-9.28%)
Mutual labels:  vim-plugins
Tagbar
Vim plugin that displays tags in a window, ordered by scope
Stars: ✭ 5,322 (+5386.6%)
Mutual labels:  vim-plugins
Vim Textobj User
Vim plugin: Create your own text objects
Stars: ✭ 1,149 (+1084.54%)
Mutual labels:  vim-plugins
Vimpanel
A modern side panel for Vim
Stars: ✭ 97 (+0%)
Mutual labels:  vim-plugins
Tsuquyomi
A Vim plugin for TypeScript
Stars: ✭ 1,305 (+1245.36%)
Mutual labels:  vim-plugins
Rogue.vim
Porting of Rogue-clone II for Vim
Stars: ✭ 78 (-19.59%)
Mutual labels:  vim-plugins

unbundle.vim

Unbundle activates Vim scripts from isolated directories by adding them to Vim's runtimepath and building missing helptags for documentation therein. For the initiated, it's like pathogen.vim but with ftbundles and less code.

Terminology

bundles are Vim scripts that are stored in isolated bundle/*/ directories found in the runtimepath. For example, ~/.vim/bundle/*/ would be your bundles by default in UNIX. However, you can specify an alternate location by setting g:unbundle_bundles_glob.

ftbundles are filetype-specific bundles that are loaded lazily, only when they are first used, to shorten Vim's startup time. Similar to bundles, they are stored in isolated ftbundle/{filetype}/*/ directories found in the runtimepath. For example, ~/.vim/ftbundle/{filetype}/*/ would be your ftbundles for {filetype} by default in UNIX. However, you can specify an alternate location by setting g:unbundle_ftbundles_glob.

Requirements

  • Vim 7 or newer.

Installation

  1. Clone this Git repository or download its contents into a new vim-unbundle subdirectory inside your Vim runtime directory. For example, ~/.vim/vim-unbundle would be the correct location in Unix.

     git clone https://github.com/sunaku/vim-unbundle.git ~/.vim/vim-unbundle
    
  2. Run the following command inside Vim to start using Unbundle immediately, or add it to your vimrc file to start Unbundle whenever you start Vim.

     :runtime vim-unbundle/plugin/unbundle.vim
    
  3. Run the following command inside Vim to learn more about using Unbundle.

     :help unbundle.vim
    

Documentation

Run :help unbundle or see the doc/unbundle.txt file.

Credits

License

Like my work? 👍 Please spare a life today as thanks! 🐮🐷🐔🐟🙊✌️💞

Copyright 2010 Suraj N. Kurapati https://github.com/sunaku

Distributed under the same terms as Vim itself.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].