diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |