美文网首页
我的vim 配置

我的vim 配置

作者: 小磊长江大 | 来源:发表于2019-04-09 14:54 被阅读0次
    syntax on
    highlight RedundantSpaces ctermbg=yellow
    match RedundantSpaces /\s\+$\| \+\ze\t\|\t/
    "set nu
    set ts=4
    set sw=4
    syntax on
    filetype indent plugin on
    set ruler
    set showcmd
    set smartindent
    set et
    

    相关文章

      网友评论

          本文标题:我的vim 配置

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