2014-03-06 14:12:50 +00:00
|
|
|
|
se nocompatible
|
|
|
|
|
filetype off
|
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
se rtp+=~/.vim/bundle/neobundle.vim
|
|
|
|
|
call neobundle#begin(expand('~/.vim/bundle/'))
|
2014-03-06 14:12:50 +00:00
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundleFetch 'Shougo/neobundle.vim'
|
2014-03-06 14:12:50 +00:00
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'tpope/vim-sensible'
|
2014-03-06 14:12:50 +00:00
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'Valloric/YouCompleteMe' , {
|
|
|
|
|
\ 'build' : {
|
|
|
|
|
\ 'unix' : './install.sh --clang-completer --system-libclang'
|
|
|
|
|
\ },
|
|
|
|
|
\ }
|
2014-03-06 14:12:50 +00:00
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'Shougo/vimproc.vim' , {
|
|
|
|
|
\ 'build' : {
|
|
|
|
|
\ 'windows' : 'make -f make_mingw32.mak',
|
|
|
|
|
\ 'cygwin' : 'make -f make_cygwin.mak',
|
|
|
|
|
\ 'mac' : 'make -f make_mac.mak',
|
|
|
|
|
\ 'unix' : 'make -f make_unix.mak',
|
|
|
|
|
\ },
|
|
|
|
|
\ }
|
2014-03-06 14:12:50 +00:00
|
|
|
|
|
2014-08-10 07:25:50 +00:00
|
|
|
|
NeoBundle 'Shougo/unite.vim'
|
|
|
|
|
NeoBundle 'tsukkee/unite-tag'
|
|
|
|
|
NeoBundle 'Shougo/neomru.vim'
|
|
|
|
|
|
2014-08-18 14:42:57 +00:00
|
|
|
|
NeoBundle 'ciaranm/securemodelines'
|
|
|
|
|
|
2014-08-30 06:16:58 +00:00
|
|
|
|
NeoBundle 'chrisbra/SudoEdit.vim'
|
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'nanotech/jellybeans.vim'
|
|
|
|
|
NeoBundle 'majutsushi/tagbar'
|
|
|
|
|
NeoBundle 'bling/vim-airline'
|
2014-06-16 07:31:19 +00:00
|
|
|
|
NeoBundle 'scrooloose/syntastic'
|
|
|
|
|
NeoBundle 'tomtom/tcomment_vim'
|
|
|
|
|
"NeoBundle 'Raimondi/delimitMate'
|
2014-03-06 14:12:50 +00:00
|
|
|
|
|
2014-08-31 11:39:39 +00:00
|
|
|
|
NeoBundle 'editorconfig/editorconfig-vim'
|
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'kchmck/vim-coffee-script'
|
|
|
|
|
NeoBundle 'ledger/vim-ledger'
|
2014-06-01 12:13:23 +00:00
|
|
|
|
|
2014-06-14 17:49:56 +00:00
|
|
|
|
NeoBundle 'dag/vim2hs'
|
|
|
|
|
NeoBundle 'eagletmt/ghcmod-vim'
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'eagletmt/neco-ghc'
|
2014-06-01 12:13:23 +00:00
|
|
|
|
|
2014-07-22 18:33:48 +00:00
|
|
|
|
NeoBundle 'tpope/vim-fireplace' " clojure repl
|
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'marijnh/tern_for_vim'
|
2014-06-01 12:13:23 +00:00
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'jnwhiteh/vim-golang'
|
|
|
|
|
NeoBundle 'Blackrush/vim-gocode'
|
2014-06-01 12:13:23 +00:00
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'zah/nimrod.vim'
|
2014-06-01 12:13:23 +00:00
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'wting/rust.vim'
|
2014-06-01 12:13:23 +00:00
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
NeoBundle 'derekwyatt/vim-scala'
|
|
|
|
|
|
|
|
|
|
NeoBundle 'othree/html5.vim'
|
2014-06-14 11:26:00 +00:00
|
|
|
|
|
2014-07-13 11:29:14 +00:00
|
|
|
|
NeoBundle 'dogrover/vim-pentadactyl'
|
2014-08-30 05:29:19 +00:00
|
|
|
|
NeoBundle 'superbrothers/vim-vimperator'
|
2014-07-13 11:29:14 +00:00
|
|
|
|
|
2014-07-18 06:41:58 +00:00
|
|
|
|
NeoBundle 'idris-hackers/idris-vim'
|
|
|
|
|
|
2014-07-21 13:26:02 +00:00
|
|
|
|
NeoBundle 'tpope/vim-fugitive' " git integration
|
|
|
|
|
|
2014-06-14 11:26:00 +00:00
|
|
|
|
" vim-sleuth?
|
|
|
|
|
|
2014-06-14 17:47:10 +00:00
|
|
|
|
call neobundle#end()
|
|
|
|
|
|
2014-03-06 14:12:50 +00:00
|
|
|
|
filetype plugin indent on
|
|
|
|
|
|
2013-12-29 17:32:58 +00:00
|
|
|
|
set tw=0 expandtab ts=8 sts=2 sw=2 sm ai si
|
2014-08-18 14:42:57 +00:00
|
|
|
|
set noml mls=5 " scan 5 lines for modelines
|
2008-03-16 21:02:24 +00:00
|
|
|
|
syn on " enable syntax highlighting
|
|
|
|
|
set hls " highlight search
|
|
|
|
|
set bg=dark " dark background
|
|
|
|
|
|
2011-02-21 15:17:43 +00:00
|
|
|
|
filetype plugin on
|
|
|
|
|
|
2008-03-16 21:02:24 +00:00
|
|
|
|
au BufNewFile,BufRead *.vala setf cs
|
2014-06-14 17:11:05 +00:00
|
|
|
|
au syntax java set ts=4 sts=4 sw=4
|
2009-02-21 11:31:05 +00:00
|
|
|
|
au BufNewFile,BufRead *.i set ft=swig
|
2013-03-29 14:24:24 +00:00
|
|
|
|
au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))
|
2014-06-14 17:13:27 +00:00
|
|
|
|
au syntax haskell setl omnifunc=necoghc#omnifunc
|
2014-06-14 17:16:07 +00:00
|
|
|
|
let g:necoghc_enable_detailed_browse=1
|
2013-05-19 21:33:53 +00:00
|
|
|
|
|
2014-09-28 07:31:52 +00:00
|
|
|
|
" disable annoying "file is read-only" warnings
|
|
|
|
|
au FileChangedRO * set noreadonly
|
|
|
|
|
|
2014-06-14 17:49:56 +00:00
|
|
|
|
se foldlevel=99
|
|
|
|
|
|
2013-12-29 17:32:58 +00:00
|
|
|
|
set vb " turn on the "visual bell" - which is much quieter than the "audio blink"
|
|
|
|
|
set nobackup
|
|
|
|
|
se bs=2
|
2014-03-04 09:28:08 +00:00
|
|
|
|
|
2014-06-01 12:13:23 +00:00
|
|
|
|
let g:ycm_filetype_blacklist = { 'ledger' : 1, 'sql': 1 }
|
2014-06-14 17:13:27 +00:00
|
|
|
|
let g:ycm_semantic_triggers = {'haskell' : ['.']}
|
2014-06-16 09:06:02 +00:00
|
|
|
|
let g:ycm_show_diagnostics_ui = 1
|
2014-06-14 11:26:00 +00:00
|
|
|
|
|
|
|
|
|
let g:jellybeans_background_color = '000000'
|
2014-08-10 07:09:56 +00:00
|
|
|
|
|
|
|
|
|
if &term == "screen" || &term == "screen-bce"
|
|
|
|
|
set t_ts=k
|
|
|
|
|
set t_fs=\
|
|
|
|
|
endif
|
|
|
|
|
set title
|
2014-08-10 07:25:50 +00:00
|
|
|
|
|
|
|
|
|
" unite bindings
|
|
|
|
|
if executable('ag')
|
|
|
|
|
let g:unite_source_grep_command = 'ag'
|
|
|
|
|
let g:unite_source_grep_default_opts = '--noheading --nocolor'
|
2014-08-30 06:16:58 +00:00
|
|
|
|
let g:unite_source_rec_async_command= 'ag --nocolor --nogroup -g ""'
|
2014-08-10 07:25:50 +00:00
|
|
|
|
endif
|
2014-08-12 06:59:40 +00:00
|
|
|
|
call unite#filters#matcher_default#use(['matcher_fuzzy'])
|
|
|
|
|
call unite#filters#sorter_default#use(['sorter_selecta'])
|
2014-09-19 13:54:46 +00:00
|
|
|
|
call unite#custom#profile('default', 'context', {
|
|
|
|
|
\ 'ignorecase': 1,
|
|
|
|
|
\ 'smartcase': 1,
|
|
|
|
|
\ })
|
2014-08-10 07:25:50 +00:00
|
|
|
|
" The prefix key
|
|
|
|
|
nnoremap [unite] <Nop>
|
|
|
|
|
nmap <space> [unite]
|
|
|
|
|
" General purpose
|
|
|
|
|
nnoremap [unite]<space> :Unite -start-insert source<cr>
|
|
|
|
|
" Files
|
|
|
|
|
nnoremap [unite]f :Unite -start-insert file_rec/async<cr>
|
|
|
|
|
" Grepping
|
|
|
|
|
nnoremap [unite]g :Unite grep:.<cr>
|
|
|
|
|
nnoremap [unite]d :Unite grep:.:-s:\(TODO\|FIXME\)<cr>
|
|
|
|
|
" Content
|
|
|
|
|
nnoremap [unite]o :Unite -start-insert -auto-preview outline<cr>
|
|
|
|
|
nnoremap [unite]l :Unite -start-insert line<cr>
|
|
|
|
|
nnoremap [unite]t :Unite -auto-preview -start-insert tag<cr>
|
|
|
|
|
" Quickly switch between recent things
|
|
|
|
|
nnoremap [unite]F :Unite buffer tab file_mru directory_mru<cr>
|
|
|
|
|
nnoremap [unite]b :Unite buffer<cr>
|
|
|
|
|
nnoremap [unite]m :Unite file_mru<cr>
|
|
|
|
|
" Yank history
|
|
|
|
|
nnoremap [unite]y :Unite history/yank<cr>
|