Skip to content

Commit

Permalink
Added YCM and delimitMate plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
freitass committed Dec 17, 2014
1 parent ef6c718 commit 3cb35e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NeoBundle 'majutsushi/tagbar'
NeoBundle 'scrooloose/nerdtree'
NeoBundle 'ddollar/nerdcommenter'
NeoBundle 'Lokaltog/vim-easymotion'
" NeoBundle 'Valloric/YouCompleteMe'
NeoBundle 'Valloric/YouCompleteMe'
NeoBundle 'flazz/vim-colorschemes'
NeoBundle 'freitass/todo.txt-vim'
NeoBundle 'godlygeek/tabular'
Expand All @@ -62,6 +62,7 @@ NeoBundle 'kana/vim-operator-user'
NeoBundle 'rhysd/vim-clang-format'
NeoBundle 'vim-scripts/a.vim'
NeoBundle 'gcmt/wildfire.vim'
NeoBundle 'Raimondi/delimitMate'

call neobundle#end()

Expand Down Expand Up @@ -216,6 +217,8 @@ nmap <silent> <leader>gs :Gstatus<CR>
" let g:clang_library_path = '/home/likewise-open/CERTI/llf/.vim/bundle/YouCompleteMe/third_party/ycmd'
" let g:clang_use_library=1
" let g:ycm_extra_conf_globlist = ['~/ProjectsRemote/*','!~/*']
let g:ycm_autoclose_preview_window_after_completion = 1
nnoremap <F5> :YcmForceCompileAndDiagnostics<CR>
" clang-format
" style_options: http://clang.llvm.org/docs/ClangFormatStyleOptions.html
Expand Down Expand Up @@ -331,6 +334,11 @@ autocmd BufReadPost *
" let g:neocomplete#sources#omni#input_patterns.perl = '\h\w*->\h\w*\|\h\w*::'


" delimitMate
let delimitMate_expand_cr = 1
let delimitMate_expand_space = 1


" neosnippet
" Load custom snippets.
let g:neosnippet#snippets_directory = '~/dotfiles/snippets'
Expand Down

0 comments on commit 3cb35e3

Please sign in to comment.