python的vim的环境配置(后续慢慢补充进来)

  #vim ~/.vimrc

  

set smartindent
set smarttab
set expandtab
set tabstop=4
set softtabshtop=4
set shiftwidth=4
set backspace=2
set textwidth=79
"允许退格删除和tab操作

"启用鼠标
set mouse=a
"启用行号
set nu
原文地址:https://www.cnblogs.com/zychengzhiit1/p/4437751.html