I hate computers

master
Dustin Swan 10 years ago
parent 8a000a9dd0
commit abd9b29ebd

10
vimrc

@ -41,9 +41,9 @@ Plug 'searchfold.vim'
Plug 'godlygeek/tabular'
Plug 'tommcdo/vim-lion'
Plug 'kshenoy/vim-signature'
Plug 'SirVer/ultisnips'
"Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh' }
"Plug 'Valloric/YouCompleteMe', { 'do': './install.sh' }
Plug 'eagletmt/ghc-mod'
"Plug 'eagletmt/neco-ghc'
"Plug 'lukerandall/haskellmode-vim'
@ -64,6 +64,7 @@ Plug 'AndrewRadev/splitjoin.vim'
Plug 'kien/rainbow_parentheses.vim'
Plug 'nathanaelkane/vim-indent-guides'
Plug 'junegunn/goyo.vim'
Plug 'haya14busa/incsearch.vim'
call plug#end()
"let $GIT_SSL_NO_VERIFY = 'true'
@ -263,3 +264,8 @@ autocmd FileType javascript,css inoremap <silent> ,; <ESC>:call cosco#commaOrSem
" Calendar
let g:calendar_google_calendar = 1
" incsearch
map / <Plug>(incsearch-forward)
map ? <Plug>(incsearch-backward)
map g/ <Plug>(incsearch-stay)

@ -55,3 +55,6 @@ eval `keychain --eval id_rsa`
HISTSIZE=1000
SAVEHIST=1000
HISTFILE=~/.history
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"

Loading…
Cancel
Save