Plugin 'sirver/ultisnips'
Plugin 'sjl/gundo.vim'
Plugin 'tomtom/tcomment_vim'
-Plugin 'tpope/vim-endwise'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-repeat'
Plugin 'tpope/vim-surround'
" Plugin 'jalcine/cmake.vim'
" Plugin 'powerman/vim-plugin-viewdoc'
+" endwise needs to be after delimitmate
Plugin 'raimondi/delimitmate'
+Plugin 'tpope/vim-endwise'
Plugin 'lokaltog/vim-easymotion'
Plugin 'chrisbra/checkattach'
Plugin 'klen/python-mode'
" checkattach {{{2
let g:checkattach_filebrowser = 'ranger'
+" delimitmate {{{2
+let delimitMate_expand_cr = 2
+let g:delimitMate_expand_space = 1
+
" fswitch {{{2
nnoremap <silent> <Leader>ff :FSHere<CR>
nnoremap <silent> <Leader>fl :FSRight<CR>