前端之家收集整理的这篇文章主要介绍了
【懒人笔记】我的VIM配置,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
colorscheme peachpuff
set ruler
set number
set tabstop=4
set hlsearch
set incsearch
syn on
" set list
" set listchars=tab:..,trail:.
set showmatch
set smartindent
set shiftwidth=4
set autoindent
set ai!
set foldmethod=Syntax
set foldlevel=100
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8
Syntax on
filetype plugin indent on
hi LineNr term=bold ctermfg=DarkGrey guifg=NONE
原文链接:https://www.f2er.com/bash/388895.html