CMake project sidebar for Vim
0 min read
Page Views
A Vim and Neovim plugin that shows your CMake project in a sidebar tree — built from what CMake actually knows about the project (via the File API), not from a directory scan. Configure with :CMakeGen, open the sidebar with :CMakeBar, fold directories and open files from there.
Started in 2012; the current 3.x rewrite is pure Vimscript (no Python), works with any CMake generator, and keeps <Space> mappings buffer-local to the sidebar.
github.com/Ignotus/cmake-project.vim

Last updated on 2012-06-01