Add eclim
This commit is contained in:
parent
41d88859c6
commit
000e1a1263
210 changed files with 31990 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -125,6 +125,9 @@ let g:Tb_MaxSize=0
|
|||
let g:Tb_MapCTabSwitchBufs = 1
|
||||
let g:UseGooglePythonSettings = 0
|
||||
|
||||
" * Eclim
|
||||
let g:EclimCompletionMethod = 'omnifunc'
|
||||
|
||||
" * Configure browser for haskell_doc.vim
|
||||
let g:haddock_browser = "open"
|
||||
let g:haddock_browser_callformat = "%s %s"
|
||||
|
|
@ -174,6 +177,7 @@ let g:ConqueTerm_SendVisKey = '<Leader>ss'
|
|||
" * YouCompleteMe
|
||||
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
|
||||
let g:ycm_confirm_extra_conf = 0
|
||||
let g:ycm_key_invoke_completion = "<Leader><Space>"
|
||||
"let g:ycm_add_preview_to_completeopt = 1
|
||||
"let g:ycm_autoclose_preview_window_after_completion = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue