Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.3 KB

Vim's IDE Mode

                   _   _______ ____  _______   _
                  | | / /_  _// __ \/ ____/ | / |
                  | |/ / / / / / / / __/ /  |/  |
                  | / /_/ /_/ /_/ / /___/ /|  | |
                  |__/_____/_____/_____/_/ |_/|_|

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.

Dependencies for vim

  • vim 8.1 or later
  • +python3
  • +terminal

Dependencies for software

  • python3
  • make
  • gcc
  • gdb
  • python-lxml (optional)

Install

For vim-plug

Plug 'epheien/videm'

For manual installation

  • Extract the files and put them in your .vim directory
    (usually ~/.vim).

Usage

Run :VidemOpen to start, and press . to show operation menus.

Run :h videm.txt for more information.

Screenshots

Build Debug