懒人笔记我的VIM配置

Posted mick_seu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了懒人笔记我的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

以上是关于懒人笔记我的VIM配置的主要内容,如果未能解决你的问题,请参考以下文章

懒人笔记我的editorconfig配置

懒人笔记我的editorconfig配置

我的Vim使用笔记

M25-3

懒人HTML5笔记-1

懒人笔记Web前端开发库