vim配置
vim配置第一阶段,便于编写代码set nu"show linesyntax on "highlight syntaxset completeopt=preview,menuset cursorline " highlight current lineset autoindent " auto indentset tabstop=4" set tab indent as 4 a
·
vim配置
第一阶段,便于编写代码
set nu "show line
syntax on "highlight syntax
set completeopt=preview,menu
set cursorline " highlight current line
set autoindent " auto indent
set tabstop=4 " set tab indent as 4 ascii
set softtabstop=4 " set tab indent as 4 ascii
set expandtab " use space to replace tab
set showmatch " match () or []
set smartindent " auto indent for c?
先用这些吧。感觉挺合适的。
更多推荐
所有评论(0)