.vimrc

作者: wlianfu | 来源:发表于2021-03-24 00:40 被阅读0次
    set nocompatible
    syntax on
    set number
    set cursorline
    set ruler
    set shiftwidth=2
    set softtabstop=2
    set tabstop=2
    set nobackup
    set autochdir
    filetype plugin indent on
    set backupcopy=yes
    set ignorecase smartcase
    set incsearch
    set hlsearch
    set guioptions-=T
    set guioptions-=m
    set smartindent
    set laststatus=2
    set foldenable
    

    相关文章

      网友评论

          本文标题:.vimrc

          本文链接:https://www.haomeiwen.com/subject/dwfchltx.html