• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

[10]MakeVimasYourC/C++IDEinDebian

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

1. install vim and vim-gnome

sudo apt-get install vim
sudo apt-get install vim-gnome

2. install vim plugin c.vim

download cvim.zip from http://www.vim.org/scripts/script.php?script_id=213

if there already have ~/.vim, unzip cvim.zip and copy the files to ~/.vim matched folders.
otherwise

 

$ mkdir ~/.vim
$ cd 
~/.vim
$ unzip cvim.zip
Add the following line to the ~/.vimrc to enable the plugin for Vim editor.
$ vim ~/.vimrc
filetype plugin on

for details,following

http://www.thegeekstuff.com/2009/01/tutorial-make-vim-as-your-cc-ide-using-cvim-plugin/

 

3.install ctags

 downloadhttp://ctags.sourceforge.net/

tar -xvjpf ctags-5.8.tar.gz

install from source code.

$ tar -xzvf ctags-5.8.tar.gz
$ cd ctags
-5.6
$ .
/configure
$ make
# sudo make install  
:set tags=/home/mark/vim71/tags

or set tags in  ~/.vimrc. Now can go the the routine using Ctrl+] and back using Ctrl+T

 4.TagList

download TagList from http://vim-taglist.sourceforge.net/

unzip taglist_45.zip

 

copy the files in doc and plugin to ~/.vim matched folders

 

 

Add the following line to the ~/.vimrc

let Tlist_Show_One_File=1
let Tlist_Exit_OnlyWindow
=1

and start vim taglist window

:Tlist

5 WinManager

http://www.vim.org/scripts/script.php?script_id=95 
unzip winmanager.zip in ~/.vim

 

open folder using :e ~/vim71

add  to 

~/.vimrc

 

let g:winManagerWindowLayout='FileExplorer|TagList'
nmap wm :WMToggle
<cr>

6. install cscope

sudo apt-get install cscope

add following lines to ~/vimrc 

set cscopequickfix=s-,c-,d-,i-,t-,e-
cd /home/pathofsourcefile
cscope 
-Rbq


cs add /home/pathofsourcefile/cscope.out /home/pathofsourcefile

 


 


 



 

 

 


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap