Skip to content

Instantly share code, notes, and snippets.

@thinca
Created June 13, 2015 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinca/a76ff6e5d3145ea89eab to your computer and use it in GitHub Desktop.
Save thinca/a76ff6e5d3145ea89eab to your computer and use it in GitHub Desktop.
set runtimepath^=~/.vim/bundle/ultisnips
set runtimepath^=~/.vim/bundle/dispatch
set runtimepath^=~/.vim/bundle/omnisharp " Use pr-209 branch
filetype plugin indent on
syntax enable
set completeopt& completeopt+=menuone completeopt-=preview
let g:OmniSharp_want_snippet = 1
let g:UltiSnipsExpandTrigger = "<c-j>"
let g:UltiSnipsListSnippets = "<c-tab>"
let g:UltiSnipsJumpForwardTrigger = "<c-j>"
let g:UltiSnipsJumpBackwardTrigger = "<c-b>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment