Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 752 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 752 Bytes

#vim-pycmake

or how to mislead people about what this plugin does with a poorly chosen name

Small vim plugin to help working in CMake C/C++ projects

After loading this plugin, vim will scan for a CMake project for any C/C++ source or header file opened. If such a project is found, the include paths generated by CMake will be added to the vim path, and to syntastic include path as well. This enables the use of go-to-file over #includes and filename completion, among other nice things.

On opening a c/c++ file, this plugin will also scan the headers for tags and store them under /tmp/tags. This is only done once per header, but it can significantly slow down the opening of a source file the first time.

More features to come.