vim-cmake-help : View CMake Documentation inside Vim
script karma |
Rating 0/0,
Downloaded by 267 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
foo bar |
|
script type |
ftplugin |
|
description |
View CMake documentation inside Vim (>= 8.1.2250).
The plugin provides three methods for quickly displaying CMake documentation:
- Open the documentation in a new split window.
- Open the documentation in a popup window at the current cursor position (or mouse pointer using a balloonexpr).
- Open the CMake reference documentation directly in your browser.
https://github.com/bfrg/vim-cmake-help |
|
install details |
Run the following in the terminal:
cd ~/.vim/pack/git-plugins/start
git clone https://github.com/bfrg/vim-cmake-help
vim -u NONE -c 'helptags vim-cmake-help/doc | quit'
Note: The directory name git-plugins is arbitrary, you can pick any other name. For more details see :help packages.
Alternatively, use your favorite plugin manager. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.145.36.171
|