跳到主要內容

發表文章

目前顯示的是有「vim」標籤的文章

my vimrc for python

syntax on set nocompatible set tabstop=4 set softtabstop=4 set expandtab set smartindent set hlsearch filetype indent on "Enable filetype-specific indenting filetype plugin on "Enable filetype-specific plugins