Skip to content

Commit

Permalink
do
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Apr 7, 2013
1 parent cb052f9 commit 9253997
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions vimrc
Expand Up @@ -241,21 +241,24 @@ map ,r :wa<CR>:Rake -<CR>:bot cwindow<CR>
map ,T :wa<CR>:.Rake<CR>:bot cwindow<CR>

" snipMate
" Ultisnips

source ~/.vim/snippets/support_functions.vim
let g:UltiSnipsSnippetDirectories=["snippets"]
let g:UltiSnipsEditSplit='horizontal'

" delimitMate
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<tab>"
let g:UltiSnipsJumpBackwardTrigger="<s-tab>"

" DelimitMate


let g:delimitMate_apostrophes = ''

" Syntatic
let g:syntastic_enable_signs=1


let g:syntastic_enable_signs=1

" NERD tree
map <F5> :NERDTreeToggle<CR>
Expand Down

0 comments on commit 9253997

Please sign in to comment.