Skip to content

Instantly share code, notes, and snippets.

@prachauthit
Last active July 5, 2017 14:47
Show Gist options
  • Save prachauthit/8197150d025726b009a2df61d7c4ccde to your computer and use it in GitHub Desktop.
Save prachauthit/8197150d025726b009a2df61d7c4ccde to your computer and use it in GitHub Desktop.
.vimrc
"git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
set nu
syn on
filetype plugin indent on
autocmd Filetype python set et smarttab ts=4 sw=4 list lcs=tab:>-,trail:.,nbsp:_
set nocompatible " be iMproved, required
filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'Vimjas/vim-python-pep8-indent'
Plugin 'davidhalter/jedi-vim'
call vundle#end() " required
filetype plugin indent on " required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment