Skip to content

Instantly share code, notes, and snippets.

syntax on
set nocompatible
set number
filetype on
filetype plugin indent on
autocmd FileType python set complete+=k~/.vim/syntax/python.vim isk+=.,(
let NERDTreeIgnore = ['\.pyc$', '\.swp$']