https://github.com/mattkretz/vim-cppman
open cppreference documentation quickly inside of vim
https://github.com/mattkretz/vim-cppman
cppreference vim-plugin
Last synced: 7 days ago
JSON representation
open cppreference documentation quickly inside of vim
- Host: GitHub
- URL: https://github.com/mattkretz/vim-cppman
- Owner: mattkretz
- License: gpl-3.0
- Created: 2023-09-05T08:35:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-22T08:02:17.000Z (5 months ago)
- Last Synced: 2025-08-22T10:16:01.690Z (5 months ago)
- Topics: cppreference, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# cppman.vim
This is a vim plugin derived from cppman for opening cppreference documentation
in a new vertical split inside vim. Press \c (\c for me) with the cursor
over the identifier you want to look up.
## Installation
mkdir -p ~/.vim/pack/mattkretz/start
cd ~/.vim/pack/mattkretz/start
git clone https://github.com/mattkretz/vim-cppman
## License
Copyright © Matthias Kretz. Distributed under GPLv3 or later.