Skip to content

MoserMichael/devgoodies

Repository files navigation

devgoodies

Vim plugin - useful commands for working with code. Adds the following commands: (See doc file for more details)

Build/StopBuild/PrevBuildResults - Asynchronous build commands

Lint - Static analysis of the file that is backing the current buffer.

Format - Pretty print the file that is backing the current buffer.

Comment/UnComment - Comment and un-comment a block of code

MakeTags/UseTags - building and using tag file

DoGrep - Running grep from vim

Redir - run a command and put output in scratch buffer.

Install

mkdir -p ~/.vim/pack/vendor/start/devgoodies; git clone --depth 1 https://github.com/MoserMichael/devgoodies ~/.vim/pack/vendor/start/devgoodies

See this script on vim.org

Documentation

See doc file

Acknowledgement

This plugin uses Redir by Romain Lafourcade https://gist.github.com/romainl/eae0a260ab9c135390c30cd370c20cd7

About

Vim plugin - useful commands for editing code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published