Really breaking my vimrc
This commit is contained in:
parent
b278f7fd9c
commit
8ca6e92b7e
1 changed files with 8 additions and 4 deletions
12
vimrc
12
vimrc
|
|
@ -45,14 +45,14 @@ Plugin 'coderifous/textobj-word-column.vim'
|
||||||
Plugin 'searchfold.vim'
|
Plugin 'searchfold.vim'
|
||||||
Plugin 'godlygeek/tabular'
|
Plugin 'godlygeek/tabular'
|
||||||
Plugin 'kshenoy/vim-signature'
|
Plugin 'kshenoy/vim-signature'
|
||||||
Plugin 'SirVer/ultisnips'
|
"Plugin 'SirVer/ultisnips'
|
||||||
"Plugin 'fmoralesc/vim-pad' " Takes forever to start
|
"Plugin 'fmoralesc/vim-pad' " Takes forever to start
|
||||||
Plugin 'eagletmt/ghc-mod'
|
Plugin 'eagletmt/ghc-mod'
|
||||||
"Plugin 'eagletmt/neco-ghc'
|
Plugin 'eagletmt/neco-ghc'
|
||||||
"Plugin 'lukerandall/haskellmode-vim'
|
"Plugin 'lukerandall/haskellmode-vim'
|
||||||
"Plugin 'bitc/vim-hdevtools'
|
"Plugin 'bitc/vim-hdevtools'
|
||||||
Plugin 'Shougo/vimproc.vim'
|
Plugin 'Shougo/vimproc.vim'
|
||||||
"Plugin 'Shougo/neocomplcache'
|
Plugin 'Shougo/neocomplcache'
|
||||||
Plugin 'qstrahl/vim-matchmaker'
|
Plugin 'qstrahl/vim-matchmaker'
|
||||||
"Plugin 'bling/vim-airline'
|
"Plugin 'bling/vim-airline'
|
||||||
Plugin 'matze/vim-move'
|
Plugin 'matze/vim-move'
|
||||||
|
|
@ -244,6 +244,8 @@ nnoremap <silent><leader><leader>vc :VimuxClearRunnerHistory<cr>
|
||||||
"nnoremap <leader>hc :HdevtoolsClear<cr>
|
"nnoremap <leader>hc :HdevtoolsClear<cr>
|
||||||
"nnoremap <leader>hi :HdevtoolsInfo<cr>
|
"nnoremap <leader>hi :HdevtoolsInfo<cr>
|
||||||
|
|
||||||
|
let g:necoghc_enable_detailed_browse = 1
|
||||||
|
|
||||||
" automatically open and close the popup menu / preview window
|
" automatically open and close the popup menu / preview window
|
||||||
au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif
|
au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif
|
||||||
set completeopt=menu,preview,longest
|
set completeopt=menu,preview,longest
|
||||||
|
|
@ -258,7 +260,9 @@ map <c-l> <c-w>l<c-w>_
|
||||||
map <c-h> <c-w>h<c-w>_
|
map <c-h> <c-w>h<c-w>_
|
||||||
|
|
||||||
" NeoComplCache
|
" NeoComplCache
|
||||||
" let g:neocomplcache_enable_at_startup = 1
|
let g:neocomplcache_enable_at_startup = 1
|
||||||
|
let g:neocomplcache_enable_smart_case = 1
|
||||||
|
autocmd FileType javascript setlocal omnifunc=javascriptcomplete#CompleteJS
|
||||||
|
|
||||||
" Vim-move
|
" Vim-move
|
||||||
let g:move_key_modifier = 'C'
|
let g:move_key_modifier = 'C'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue