Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bling/minivimrc
a tiny vimrc to be used primarily for troubleshooting plugins
https://github.com/bling/minivimrc
Last synced: 4 days ago
JSON representation
a tiny vimrc to be used primarily for troubleshooting plugins
- Host: GitHub
- URL: https://github.com/bling/minivimrc
- Owner: bling
- Created: 2013-07-03T14:07:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-07T13:44:01.000Z (over 11 years ago)
- Last Synced: 2024-05-09T08:32:08.637Z (6 months ago)
- Language: VimL
- Size: 103 KB
- Stars: 148
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minivimrc
super tiny vimrc with very few settings set, and with some profiling mappings to make it easier to troubleshoot plugins
# install
create a tiny shim as your `~/.vimrc`
```
set rtp+=~/path/to/minivimrc
source ~/path/to/minivimrc/vimrc
```# profiling
pathogen is already included in the `autoload` folder, so you just need to add the relevant plugins you want to profile
into the `bundle` folder.to start profiling, execute `DD`.
to finish profiling, exit vim, and write to a `profile.log` file, use `DQ`.