summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFélix Sipma <felix.sipma@no-log.org>2014-11-17 12:36:29 +0100
committerFélix Sipma <felix.sipma@no-log.org>2014-11-17 12:36:44 +0100
commit0db508030b12ecede533c363eea7c011e9956c25 (patch)
tree0e379d1283faacd2e13000b5ad854660d74933ae
parenta69ac200d9c79d0b57fe50f6d1533f2ef8e27dd9 (diff)
vim: install ultisnips from debian repoHEADmaster
-rw-r--r--.config/vim/vimrc10
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
index c8bc436..f91db51 100644
--- a/.config/vim/vimrc
+++ b/.config/vim/vimrc
@@ -850,10 +850,10 @@ Bundle 'lbdbq'
"Bundle 'LaTeX-Suite-aka-Vim-LaTeX'
"Bundle 'tpope/vim-fugitive'
Bundle 'Lokaltog/vim-easymotion'
-Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
+Bundle 'rstacruz/sparkup', {'rtp': 'vim'}
Bundle 'klen/python-mode'
"Bundle 'msanders/snipmate.vim'
-Bundle 'SirVer/ultisnips'
+"Bundle 'SirVer/ultisnips'
"Bundle 'honza/vim-snippets'
"Bundle 'Lokaltog/powerline', {'rtp': 'powerline/powerline/bindings/vim'}
"Bundle 'Lokaltog/powerline'
@@ -875,7 +875,8 @@ Bundle 'tpope/vim-surround'
Bundle 'Raimondi/delimitMate'
Bundle 'Shougo/vimproc.vim'
Bundle 'eagletmt/ghcmod-vim'
-Bundle 'dag/vim2hs'
+" TODO vim2hs
+"Bundle 'dag/vim2hs'
"Bundle 'godlygeek/tabular'
Bundle 'pbrisbin/html-template-syntax'
Bundle 'kana/vim-textobj-user'
@@ -971,6 +972,9 @@ let g:necoghc_enable_detailed_browse = 1
let g:ycm_semantic_triggers = {'haskell' : ['.']}
+" ultisnips
+set rtp+=/usr/share/vim-ultisnips
+
" make YCM compatible with UltiSnips (using supertab)
let g:ycm_key_list_select_completion = ['<C-n>', '<Down>']
let g:ycm_key_list_previous_completion = ['<C-p>', '<Up>']