Home

Awesome

vim-cmake

Travis (Linux) AppVeyor (Windows)

vim-cmake is a Vim plugin to make working with CMake a little nicer.

I got tired of navigating to the build directory each time, and I also disliked setting makeprg manually each time. This plugin does just that.

Usage

Commands

Variables

Installation

Vim-pathogen

With pathogen.vim simply copy and paste:

cd ~/.vim/bundle
git clone git://github.com/vhdirk/vim-cmake.git

Once help tags have been generated, you can view the manual with :help cmake.

Vundle

With Vundle.vim simply add this repository to your plugins list:

Plugin 'vhdirk/vim-cmake'

Acknowledgements

License

Copyright (c) Dirk Van Haerenborgh, @SteveDeFacto. Distributed under the same terms as Vim itself. See :help license.