summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index f512f04..f383bd1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -51,6 +51,7 @@ call vundle#rc()
Bundle 'scrooloose/syntastic'
Bundle 'Valloric/YouCompleteMe'
+Bundle 'SirVer/ultisnips'
filetype plugin indent on
@@ -106,6 +107,10 @@ inoremap <C-f> <ESC>:FufFile<CR>
noremap <C-h> :nohl<CR>
inoremap <C-h> <ESC>:nohl<CR>a
+let g:UltiSnipsExpandTrigger="<c-j>"
+let g:UltiSnipsJumpForwardTrigger="<c-j>"
+let g:UltiSnipsJumpBackwardTrigger="<c-k>"
+
nmap <silent> ,s :set spell!<CR>
autocmd FileType make setlocal noexpandtab