Skip to content

Commit

Permalink
Add tabular and ultisnips
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Neufeld committed Dec 6, 2012
1 parent 0a41244 commit 337b2a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundles.vim
Expand Up @@ -30,3 +30,5 @@ Bundle 'kien/ctrlp.vim'
Bundle 'wookiehangover/jshint.vim'
Bundle 'TailMinusF'
Bundle 'taglist.vim'
Bundle 'godlygeek/tabular'
Bundle 'SirVer/ultisnips'
1 change: 1 addition & 0 deletions keybindings.vim
Expand Up @@ -52,6 +52,7 @@ function! RenameFile()
endif
endfunction
map <leader>mv :call RenameFile()<cr>
map <leader>mk :make<cr>
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" PROMOTE VARIABLE TO RSPEC LET
Expand Down
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -6,3 +6,6 @@ source ~/.vim/plugins.vim
source ~/.vim/autocommands.vim
source ~/.vim/keybindings.vim
source ~/.vim/statusline.vim

set guifont=Anonymous\ Pro\ for\ Powerline:h13

0 comments on commit 337b2a5

Please sign in to comment.