资 源 简 介
Project on vim.org http://www.vim.org/scripts/script.php?script_id=3647
Description
Make vim as a real C/C++ IDE inspired by CodeLite.
VimLite consists mainly of the following three modules:
1. Project Manager;
1. Code Completion;
1. Debugger Integration.
Dependency
python
python-lxml
gcc
make
gdb
cscope
Installation
Extract the tar file.
Put everything which in vimlite directory to ~/.vimlite, you probably need to create this directory.
Open VimLite.vba with gvim and run ":so %".
Usage
Run ":h VimLite.txt" in vim for help.
简介
一个基于 vim 的 C/C++ IDE.
主要包括以下三个模块:
1. 项目管理
1. 代码补全
1. 程序调试
依赖
python
python-lxml
gcc
make
gdb
cscope
安装
解压下载的文件.
把 vimlite 目录的所有文件复制到 ~/.vimlite, 如果 ~/.viml