Skip to content

a tiny vimrc to be used primarily for troubleshooting plugins

Notifications You must be signed in to change notification settings

bling/minivimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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 <leader>DD. to finish profiling, exit vim, and write to a profile.log file, use <leader>DQ.

About

a tiny vimrc to be used primarily for troubleshooting plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published