VundleVim/Vundle.vim hiện có 23.9k sao trên GitHub, viết chủ yếu bằng Vim Script. Vundle, the plug-in manager for Vim
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Put this at the top of your .vimrc to use Vundle. You may have to create a .vimrc file if it doesn't already exist at ~/.vimrc. Remove plugins you don't need, they are for illustration purposes.
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
" The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo
Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
" Plugin 'L9'
" Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git'
" git repos on your local machine (i.e. when working on your own plugin)
Plugin 'file:///home/gmarik/path/to/plugin'
" The sparkup vim script is in a subdirectory of this repo called vim.
" Pass the path to set the runtimepath properly.
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
" Install L9 and avoid a Naming conflict if you've already installed a
" different version somewhere else.
" Plugin 'ascenator/L9', {'name': 'newL9'}
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
Install Plugins:
Launch vim and run :PluginInstall
To install from command line: vim +PluginInstall +qall
(optional) For those using the fish shell: add set shell=/bin/bash to your .vimrc
Docs
See the :h vundle Vimdoc for more details.
Changelog
See the changelog.
People Using Vundle
see Examples
Contributors
see Vundle contributors
Thank you!
Inspiration & Ideas
pathogen.vim
Bundler
Scott Bronson
Also
Vundle was developed and tested with Vim 7.3 on OS X, Linux and Windows
Vundle tries to be as KISS as possible
TODO
Vundle is a work in progress, so any ideas and patches are appreciated.
activate newly added bundles on .vimrc reload or after :PluginInstall
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/VundleVim/Vundle.vim là nguồn chính thức.
VundleVim/Vundle.vim có phải mã nguồn mở không?
Có — VundleVim/Vundle.vim phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/VundleVim/Vundle.vim.
VundleVim/Vundle.vim có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho VundleVim/Vundle.vim. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
VundleVim/Vundle.vim có trang demo không?
Dự án có trang chủ ở http://github.com/VundleVim/Vundle.Vim. Tab "Readme" ở trang này thường có ảnh chụp và hướng dẫn bắt đầu nhanh.
VundleVim/Vundle.vim còn đang phát triển không?
Commit gần nhất trên VundleVim/Vundle.vim là 2.0 năm trước (theo timestamp GitHub). Repo có 2.5k fork — một chỉ báo về mức độ quan tâm của cộng đồng.
VundleVim/Vundle.vim dùng license gì?
VundleVim/Vundle.vim phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
Đọc đầy đủ README ở tab phía trên.
Vundle.vim có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về Vundle.vim.