Skip to content

shyun3/vim-cmake-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

vim-cmake-lists

Vim plugin for navigation of CMakeLists.txt files

Installation

It is recommended to use a plugin manager to install, such as Vundle or minpac.

Usage

:CMakeLists
Open the CMakeLists.txt file for the directory of the currently selected buffer.

:CMakeLists {directory}
Open the CMakeLists.txt file for the given {directory}. The directory may be given as an absolute or relative path. If relative, the path will be interpreted relative to the directory of the currently selected buffer.

:CMakeLists! [directory]
Edit the CMakeLists.txt file for the [directory] always, similar to :edit!.

gf
Open the CMakeLists.txt file for the directory under or after the cursor. Directory paths may be either absolute or relative.

About

Vim plugin for navigation of CMakeLists files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published