https://github.com/cirosantilli/vundle-plugin-tester
Test Vim Vundle plugins in a minimalistic environment containing only chosen plugins.
https://github.com/cirosantilli/vundle-plugin-tester
Last synced: 3 months ago
JSON representation
Test Vim Vundle plugins in a minimalistic environment containing only chosen plugins.
- Host: GitHub
- URL: https://github.com/cirosantilli/vundle-plugin-tester
- Owner: cirosantilli
- Created: 2014-06-02T16:03:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T09:01:19.000Z (almost 10 years ago)
- Last Synced: 2025-01-02T05:13:21.582Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vundle Plugin Tester
Test Vim [Vundle](https://github.com/gmarik/Vundle.vim) plugins in a minimalistic environment containing only chosen plugins.
Usage:
cp plugins.vim.example plugins.vim
vim plugins.vimEdit it to contain the plugins you need. It is already gitignored.
Start a terminal `vim` in the minimal environment:
./test.sh []
Where `file-name` is the name of the file to open in the initial buffer. It will be put under the gitignored `buffers` directory. Default value: `a.txt`.
If the plugins are not already installed on your default vim installation, you should run `BundleInstall`.
Run `gvim` instead of terminal `vim`:
./test.sh a.txt gvim
`vimrc` contains only options which are either required by Vundle, or by a very large number of plugins.
To add extra options required to test a specific plugin, do:
cp after.vim.example after.vim
and add the settings to it. This file will be sourced at the end of `vimrc`, and is already gitignored.