_ _______ ____ _______ _
| | / /_ _// __ \/ ____/ | / |
| |/ / / / / / / / __/ / |/ |
| / /_/ /_/ /_/ / /___/ /| | |
|__/_____/_____/_____/_/ |_/|_|
Videm is an intuitive C/C++ project manager which can works like IDE.
Videm only provides project manager and some APIs, other features such like debug,
code completion, symbol searching does not provided by videm, these will be
provided by other plugins, such as terminal-debug (:h terminal-debug
),
YouCompleteMe or
deoplete, etc.
- vim 8.1 or later
- +python3
- +terminal
- python3
- make
- gcc
- gdb
- python-lxml (optional)
For vim-plug
Plug 'epheien/videm'
For manual installation
- Extract the files and put them in your .vim directory
(usually~/.vim
).
Run :VidemOpen
to start, and press .
to show operation menus.
Run :h videm.txt
for more information.