vim for python
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vim for python相关的知识,希望对你有一定的参考价值。
set encoding=utf8
set paste
set expandtab
set textwidth=0
set tabstop=4
set softtabstop=4
set shiftwidth=4
set autoindent
set backspace=indent,eol,start
set incsearch
set ignorecase
set ruler
set wildmenu
set commentstring=\ #\ %s
set foldlevel=0
set clipboard+=unnamed
syntax on
以上是关于vim for python的主要内容,如果未能解决你的问题,请参考以下文章
[Vim]Configuring vim for script writing
[Vim]Configuring vim for script writing