42 | "" Vundle config
43 | set nocompatible
44 | filetype off
73 | :filetype plugin on
74 | :filetype indent on
75 | :set tabstop=2
76 | :set softtabstop=2
77 | :set shiftwidth=2
78 | :set expandtab
102 | :source /usr/share/vim/addons/plugin/matchit.vim
103 | :let b:match_words = "if:endif,(:),{:},[:]"