文件名称:my_vim_config:我自己经常使用的vim config whick
文件大小:317KB
文件格式:ZIP
更新时间:2024-06-14 15:15:31
Vimscript
##我的vimrc set number set helplang = cn set ai set bs = 2 set showmatch set autoread set autoindent syntax on set smartindent " tab set tabstop = 4 set expandtab set shiftwidth = 4 " line set cursorline set hls set nocompatible " be iMproved, required filetype off " required set encoding = utf - 8 set fillchars += stl : \ ,stlnc: \ set rtp += ~/.vim/bundle/vund