Skip to content

Commit

Permalink
trying to get Ultisnips to work...
Browse files Browse the repository at this point in the history
  • Loading branch information
timwingfield committed Jul 6, 2016
1 parent 32f09d3 commit 158ab57
Show file tree
Hide file tree
Showing 24 changed files with 44 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .vim/bundle/ag.vim
Submodule ag.vim updated from 660095 to 4a0dd6
2 changes: 1 addition & 1 deletion .vim/bundle/auto-pairs
Submodule auto-pairs updated from b647ef to 597999
2 changes: 1 addition & 1 deletion .vim/bundle/javascript-libraries-syntax.vim
Submodule javascript-libraries-syntax.vim updated from 0f99e4 to 13f752
2 changes: 1 addition & 1 deletion .vim/bundle/nerdtree
Submodule nerdtree updated from 4ebbb5 to 2e2b64
2 changes: 1 addition & 1 deletion .vim/bundle/syntastic
Submodule syntastic updated from 1f4846 to cee74e
2 changes: 1 addition & 1 deletion .vim/bundle/tabular
Submodule tabular updated from 60f256 to 00e1e7
2 changes: 1 addition & 1 deletion .vim/bundle/tlib_vim
Submodule tlib_vim updated from e8b53d to 563647
2 changes: 1 addition & 1 deletion .vim/bundle/vim-airline
Submodule vim-airline updated from 06723f to 4d0c4f
2 changes: 1 addition & 1 deletion .vim/bundle/vim-coffee-script
Submodule vim-coffee-script updated from 32fe88 to 0f4bd9
2 changes: 1 addition & 1 deletion .vim/bundle/vim-commentary
Submodule vim-commentary updated from e0f485 to 73e0d9
2 changes: 1 addition & 1 deletion .vim/bundle/vim-dispatch
Submodule vim-dispatch updated from 2e4227 to 5f5c22
2 changes: 1 addition & 1 deletion .vim/bundle/vim-elixir
Submodule vim-elixir updated from 64257e to e5030e
2 changes: 1 addition & 1 deletion .vim/bundle/vim-fugitive
Submodule vim-fugitive updated from fd36aa to 50cc26
2 changes: 1 addition & 1 deletion .vim/bundle/vim-gitgutter
Submodule vim-gitgutter updated from ff4f59 to b5f23e
2 changes: 1 addition & 1 deletion .vim/bundle/vim-instant-markdown
Submodule vim-instant-markdown updated from 915c68 to e45d61
2 changes: 1 addition & 1 deletion .vim/bundle/vim-javascript
Submodule vim-javascript updated from 1d8c26 to 26c733
2 changes: 1 addition & 1 deletion .vim/bundle/vim-markdown
Submodule vim-markdown updated from de42c8 to 3c2215
2 changes: 1 addition & 1 deletion .vim/bundle/vim-rails
Submodule vim-rails updated from fc5d77 to b5d8d5
2 changes: 1 addition & 1 deletion .vim/bundle/vim-snippets
Submodule vim-snippets updated from 4d15c0 to d285c8
2 changes: 1 addition & 1 deletion .vim/bundle/vim-surround
Submodule vim-surround updated from 2d0544 to e49d6c
2 changes: 1 addition & 1 deletion .vim/bundle/vim-test
Submodule vim-test updated from a3689f to d58b23
2 changes: 1 addition & 1 deletion .vim/bundle/vundle
Submodule vundle updated from 5f70ae to 498476
33 changes: 21 additions & 12 deletions .vim/bundles.vim
@@ -1,14 +1,13 @@
" ******************************************************************************
" ******************************************************************************
" VUNDLE!
" ******************************************************************************
" ******************************************************************************

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#rc()
Plugin 'airblade/vim-gitgutter'
Plugin 'bling/vim-airline'
Plugin 'elixir-lang/vim-elixir'
Plugin 'ervandew/supertab'
Plugin 'garbas/vim-snipmate'
Plugin 'gmarik/vundle'
Plugin 'godlygeek/tabular'
Plugin 'honza/vim-snippets'
Expand All @@ -22,6 +21,7 @@ Plugin 'pangloss/vim-javascript'
Plugin 'rking/ag.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'scrooloose/syntastic'
Plugin 'SirVer/ultisnips'
Plugin 'suan/vim-instant-markdown'
Plugin 'tomtom/tlib_vim'
Plugin 'tpope/vim-commentary'
Expand All @@ -31,6 +31,7 @@ Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-markdown'
Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-surround'
Plugin 'vim-airline/vim-airline-themes'

" **** color schemes ****
Plugin 'tpope/vim-vividchalk'
Expand All @@ -39,9 +40,9 @@ Plugin 'vim-scripts/summerfruit256.vim'
Plugin 'vim-scripts/twilight'


" ******************************************************************************
" ******************************************************************************
" CTRLP
" ******************************************************************************
" ******************************************************************************

" show hidden files
let g:ctrlp_show_hidden = 1
Expand All @@ -55,7 +56,7 @@ nnoremap <silent> <leader>b :CtrlPBuffer<cr>

" ******************************************************************************
" NERDTREEE
" ******************************************************************************
" ******************************************************************************

nnoremap <silent> <F2> :NERDTreeToggle<CR>
Expand Down Expand Up @@ -88,17 +89,24 @@ let g:syntastic_mode_map= {

" toggle the mode
nnoremap <silent> <leader>s :SyntasticToggleMode<CR>
" ******************************************************************************
" ULTISNIP
" ******************************************************************************

let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<c-j>"
let g:UltiSnipsJumpBackwardTrigger="<c-k>"

" ******************************************************************************
" ******************************************************************************
" VIM-COFFEE-SCRIPT
" ******************************************************************************
" ******************************************************************************

" compile CoffeeScript in a new buffer
vnoremap <silent> <localleader>c :CoffeeCompile<CR>
" ******************************************************************************
" ******************************************************************************
" VIM-GITGUTTER
" ******************************************************************************
" ******************************************************************************

" start with git gutter off
let g:gitgutter_enabled = 0
Expand All @@ -109,16 +117,17 @@ nnoremap <silent> <leader>g :GitGutterToggle<CR>
" toggle the git gutter highlights
nnoremap <silent> <leader>h :GitGutterLineHighlightsToggle<CR>
" ******************************************************************************
" ******************************************************************************
" VIM-AIRLINE
" ******************************************************************************
" ******************************************************************************

" add fancy schmancy fonts
let g:airline_powerline_fonts=1

" set the airline theme
let g:airline_theme='simple'


" show buffers
let g:airline#extensions#tabline#enabled = 1

Expand Down
3 changes: 1 addition & 2 deletions .vim/install.vim
Expand Up @@ -5,5 +5,4 @@
set nocompatible
filetype off
source ~/.vim/bundles.vim
filetype indent plugin on
filetype plugin on
filetype plugin indent on

0 comments on commit 158ab57

Please sign in to comment.