如何将VIM配置成适用C语言的IDE
2个回答
展开全部
VIM默认支持C、C++等语言,无需特别配置 VIM仅能作为代码编辑器,不具有C或C++编译器功能,需要另外选择gcc或g++编译器
展开全部
~/.vimrc 里添加一下内容
set autoindent
set cindent
set modeline
set ruler
set showcmd
set showfulltag
set showmode
set smartcase
set smartindent
set imcmdline
set previewwindow
set hlsearch
set number
set ts=4
syntax on
直接用vim进行代码编辑就可以了。
然后使用gcc编译器进行编译。
set autoindent
set cindent
set modeline
set ruler
set showcmd
set showfulltag
set showmode
set smartcase
set smartindent
set imcmdline
set previewwindow
set hlsearch
set number
set ts=4
syntax on
直接用vim进行代码编辑就可以了。
然后使用gcc编译器进行编译。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询