-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimrc
525 lines (458 loc) · 13.7 KB
/
vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
" encodings
set encoding=utf-8
set fileencodings=utf-8,cp932,euc-jp
set fileformats=unix,dos,mac
scriptencoding utf-8
set nocompatible
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
" vim-plug
call plug#begin('~/.vim/plugged')
" plugins
Plug 'vim-jp/vimdoc-ja'
set helplang=ja,en
Plug 'tpope/vim-abolish'
Plug 'rking/ag.vim'
Plug 'w0rp/ale'
let g:ale_linters = {
\'php': ['php', 'phpstan', 'phpcs', 'langserver']
\}
let g:ale_php_phpcs_standard = 'PSR1,PSR12'
let g:ale_php_langserver_executable =
\expand('~/.vim/plugged/php-language-server/bin/php-language-server.php')
let g:ale_php_phpstan_executable = './vendor/bin/phpstan'
" Setting for fixer
let g:ale_fixers = {
\'php': ['php_cs_fixer']
\}
let g:ale_fix_on_save = 1
Plug 'DataWraith/auto_mkdir'
Plug 'benmills/vimux'
Plug 'tyru/caw.vim'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'arecarn/fold-cycle.vim'
Plug '/usr/local/opt/fzf'
Plug 'junegunn/fzf.vim'
command! -bang -nargs=* Rg
\ call fzf#vim#grep(
\ 'rg --column --line-number --no-heading --color=always --smart-case '.shellescape(<q-args>), 1,
\ <bang>0 ? fzf#vim#with_preview({'options': '--delimiter : --nth 4..' }, 'up:60%')
\ : fzf#vim#with_preview({'options': '--delimiter : --nth 4..' }, 'right:50%:hidden', '?'),
\ <bang>0)
Plug 'gregsexton/gitv'
Plug 'haya14busa/incsearch.vim'
Plug 'haya14busa/incsearch-fuzzy.vim'
Plug 'itchyny/lightline.vim'
Plug 'AndrewRadev/linediff.vim'
Plug 'vim-scripts/matchit.zip'
Plug 'scrooloose/nerdtree'
Plug 'chrisbra/NrrwRgn'
"Plug 'lvht/phpcd.vim', { 'for': 'php', 'do': 'composer install' }
Plug 'kannokanno/previm'
Plug 'AndrewRadev/sideways.vim'
Plug 'AndrewRadev/splitjoin.vim'
Plug 'AndrewRadev/switch.vim'
Plug 'godlygeek/tabular'
Plug 'majutsushi/tagbar'
Plug 'vim-php/tagbar-phpctags.vim'
Plug 'wellle/targets.vim'
Plug 'rhysd/try-colorscheme.vim'
Plug 'osyo-manga/vim-anzu'
Plug 'szw/vim-ctrlspace'
Plug 'janko/vim-test'
let test#strategy = "vimux"
let test#php#kahlan#executable = "make test"
Plug 'junegunn/vim-easy-align'
Plug 'Lokaltog/vim-easymotion'
Plug 'tpope/vim-endwise'
Plug 'tommcdo/vim-exchange'
Plug 'int3/vim-extradite'
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
Plug 'ludovicchabant/vim-gutentags'
let g:gutentags_enabled = 0
Plug 'thinca/vim-localrc'
Plug 'kana/vim-operator-user'
Plug 'haya14busa/vim-operator-flashy'
Plug 'junegunn/vim-peekaboo'
Plug 'arnaud-lb/vim-php-namespace'
Plug 'adoy/vim-php-refactoring-toolbox'
Plug 'thinca/vim-quickrun'
Plug 'tpope/vim-rails'
Plug 'thinca/vim-ref'
Plug 'tpope/vim-repeat'
Plug 'kana/vim-smartchr'
Plug 'kana/vim-smartinput'
Plug 'kana/vim-submode'
Plug 'tpope/vim-surround'
Plug 't9md/vim-textmanip'
Plug 'gcmt/wildfire.vim'
Plug 'othree/yajs.vim'
Plug 'LeafCage/yankround.vim'
" language client and completion
Plug 'autozimu/LanguageClient-neovim', {
\ 'branch': 'next',
\ 'do': 'bash install.sh',
\ }
Plug 'felixfbecker/php-language-server', {'do': 'composer install && composer run-script parse-stubs'}
let g:LanguageClient_autoStart = 0
let g:LanguageClient_serverCommands = {
\ 'php': ['php', $HOME . '/.vim/plugged/php-language-server/bin/php-language-server.php'],
\ 'rust': ['rustup', 'run', 'nightly', 'rls'],
\ }
Plug 'Shougo/deoplete.nvim'
let g:deoplete#enable_at_startup = 1
let g:deoplete#options = get(g:, 'deoplete#options', {})
let g:deoplete#options.php = ['omni', 'phpcd']
Plug 'phpactor/phpactor', {'for': 'php', 'branch': 'master', 'do': 'composer install --no-dev -o'}
nmap <silent><Space>u :<C-u>call phpactor#UseAdd()<CR>
nmap <silent><Space>mm :call phpactor#ContextMenu()<CR>
nmap <Space>nn :call phpactor#Navigate()<CR>
nmap <Space>oo :call phpactor#GotoDefinition()<CR>
nmap <Space>oh :PhpactorGotoDefinition sp<CR>
nmap <Space>ov :call phpactor#GotoDefinitionVsplit()<CR>
nmap <Space>ot :call phpactor#GotoDefinitionTab()<CR>
nmap <Space>K :call phpactor#Hover()<CR>
nmap <Space>tt :call phpactor#Transform()<CR>
nmap <Space>cc :call phpactor#ClassNew()<CR>
nmap <silent><Space>ee :call phpactor#ExtractExpression(v:false)<CR>
vmap <silent><Space>ee :<C-U>call phpactor#ExtractExpression(v:true)<CR>
vmap <silent><Space>em :<C-U>call phpactor#ExtractMethod()<CR>
Plug 'kristijanhusak/deoplete-phpactor'
Plug 'roxma/nvim-yarp'
let g:python3_host_prog = '/usr/local/bin/python3'
Plug 'roxma/vim-hug-neovim-rpc', {'do': 'pip3 install pynvim'}
Plug 'Shougo/context_filetype.vim'
Plug 'Shougo/neosnippet'
Plug 'Shougo/neosnippet-snippets'
" syntaxes
Plug 'cespare/vim-toml'
call plug#end()
if exists('&ambiwidth')
set ambiwidth=double
endif
" display settings
set nonumber
set signcolumn=yes
set ruler
set list
set listchars=tab:▸\ ,extends:_,trail:-,eol:↩
set nowrap
set showtabline=2
set title
if &t_Co >= 256 || has("gui_running")
" colorschme
function! FixMolokai()
highlight Visual ctermbg=55
highlight IncSearch ctermfg=199 ctermbg=233
highlight DiffAdd term=bold ctermbg=34
highlight DiffDelete term=bold ctermbg=208
highlight! link PmenuSel identifier
endfunction
augroup mycolor
autocmd!
autocmd ColorScheme * call FixMolokai()
augroup END
colorscheme molokai
endif
if &t_Co > 2 || has("gui_running")
syntax on
endif
hi link ZenkakuSpace Error
match ZenkakuSpace / /
autocmd VimEnter, WinEnter * match ZenkakuSpace / /
" indent settings
set expandtab
set tabstop=2
set shiftwidth=2
set softtabstop=2
set autoindent
set smartindent
set cindent
" search settings
set ignorecase
set smartcase
set hlsearch
set incsearch
set gdefault
" edit settings
set backspace=indent,eol,start
set wrapscan
set showmatch
set matchtime=1
set nobackup
set backupskip=/tmp/*,/private/tmp/*
set hidden
set pumheight=10
set nrformats=
" cmd settings
set wildmenu
set wildmode=longest,full
set formatoptions+=mM
set whichwrap=b,s,h,l
set laststatus=2
set showcmd
set history=1000
" key mappings
let mapleader = ","
" normal mode
nnoremap <leader>t :<C-u>tabnew<CR>
nnoremap <silent><leader>p :<C-u>setlocal paste!<CR>
nnoremap <leader>P "*P
command! ToggleSign call s:ToggleSign()
function! s:ToggleSign() abort
setlocal list!
if &signcolumn == 'yes'
setlocal signcolumn=no
else
setlocal signcolumn=yes
endif
endfunction
nnoremap <silent><leader>C :<C-u>ToggleSign<CR>
nnoremap <expr> s* ':%s/\<' . expand('<cword>') . '\>/'
nnoremap Y y$
nnoremap j gj
nnoremap k gk
" insert mode mappings
inoremap <C-k> <Up>
inoremap <C-l> <Right>
inoremap <C-b> <Left>
inoremap <C-f> <Right>
" undo
inoremap <C-u> <C-g>u<C-u>
inoremap <C-w> <C-g>u<C-w>
" Visual and select
vmap / y/<C-R>"<CR>
vnoremap <C-a> <ESC>gg<S-v><S-g>
vnoremap / <Esc>/\%><C-R>=line("'<")-1<CR>l\%<<C-R>=line("'>")+1<CR>l
vnoremap ? <Esc>?\%><C-R>=line("'<")-1<CR>l\%<<C-R>=line("'>")+1<CR>l
" Visual only
xnoremap s :sort<CR>
xnoremap t :s/\s\+$//<CR>
" command mode
cnoremap <C-a> <Home>
cnoremap <C-b> <Left>
cnoremap <C-d> <Del>
cnoremap <C-e> <End>
cnoremap <C-f> <Right>
cnoremap <C-h> <Bs>
cnoremap <C-k> <Up>
cnoremap <C-l> <C-u>
cnoremap w!! w !sudo tee % >/dev/null
imap <silent><leader>date <ESC>:execute 'normal a'.strftime('%Y/%m/%d')<CR>a
"completeion from syntax higilight
if has("autocmd") && exists("+omnifunc")
autocmd Filetype *
\ if &omnifunc == "" |
\ setlocal omnifunc=syntaxcomplete#Complete |
\ endif
endif
if has('multi_byte_ime') || has('xim')
set iminsert=0 imsearch=0
endif
" plugins
" caw.vim
nmap <Space>c <Plug>(caw:hatpos:toggle)
vmap <Space>c <Plug>(caw:hatpos:toggle)
nmap <Space>p :Files<cr>
" ctrlp.vim
" let g:ctrlp_map = '<Space>p'
let g:ctrlp_match_window_reversed = 0
let g:ctrlp_working_path_mode = 0
let g:ctrlp_prompt_mappings = {
\ 'PrtBS()': ['<c-h>'],
\ 'PrtDelete()': ['<c-d>'],
\ 'AcceptSelection("h")': ['<c-o>'],
\ 'ToggleByFname()': ['<c-g>'],
\ 'ToggleType(1)': ['<c-l>'],
\ 'ToggleType(-1)': ['<c-h>'],
\ 'PrtCurLeft()': ['<c-b>'],
\ 'PrtCurRight()': ['<c-f>'],
\ }
" fold-cycle.vim
let g:fold_cycle_default_mapping = 0
nmap <Tab> <Plug>(fold-cycle-open)
nmap <BS> <Plug>(fold-cycle-close)
" incsearch.vim
map / <Plug>(incsearch-forward)
map ? <Plug>(incsearch-backward)
map g/ <Plug>(incsearch-stay)
let g:incsearch#auto_nohlsearch = 1
map n <Plug>(incsearch-nohl)<Plug>(anzu-n)
map N <Plug>(incsearch-nohl)<Plug>(anzu-N)
map * <Plug>(incsearch-nohl)<Plug>(anzu-star)
map # <Plug>(incsearch-nohl)<Plug>(anzu-sharp)
map g* <Plug>(incsearch-nohl-g*)
map g# <Plug>(incsearch-nohl-g#)
let g:incsearch#separate_highlight = 1
augroup incsearch-keymap
autocmd!
autocmd VimEnter * call s:incsearch_keymap()
augroup END
function! s:incsearch_keymap()
IncSearchNoreMap <C-n> <Over>(incsearch-next)
IncSearchNoreMap <C-p> <Over>(incsearch-prev)
IncSearchNoreMap <C-f> <Over>(incsearch-scroll-f)
IncSearchNoreMap <C-b> <Over>(incsearch-scroll-b)
endfunction
let g:incsearch_cli_key_mappings = {
\ "\<C-j>": "\<CR>",
\ }
" incsearch-fuzzy.vim
map z/ <Plug>(incsearch-fuzzy-/)
map z? <Plug>(incsearch-fuzzy-?)
map zg/ <Plug>(incsearch-fuzzy-stay)
" lightline
let g:lightline = {
\ 'coloerscheme': 'one',
\ 'active': {
\ 'left': [
\ ['mode', 'paste'],
\ ['readonly', 'filename', 'ale', 'modified', 'anzu']
\ ],
\ 'right': [
\ ['lineinfo'],
\ ['percent'],
\ ['fileformat', 'fileencoding', 'filetype'],
\ ['gutentags'],
\ ]
\ },
\ 'component': {
\ 'lineinfo': '%3l/%3L:%-2v',
\ },
\ 'component_function': {
\ 'ale': 'AleStatus',
\ 'anzu': 'anzu#search_status',
\ 'filename': 'MyFilename',
\ 'gutentags': 'gutentags#statusline',
\ }
\ }
function! AleStatus() abort
let l:counts = ale#statusline#Count(bufnr(''))
let l:all_errors = l:counts.error + l:counts.style_error
let l:all_non_errors = l:counts.total - l:all_errors
return l:counts.total == 0 ? 'OK' : printf(
\ '%dW %dE',
\ all_non_errors,
\ all_errors
\)
endfunction
function! MyFilename()
return ('' != expand('%:f') ? expand('%:f') : '[No Name]')
endfunction
" neocomplcache
let g:neocomplcache_enable_at_startup = 1
let g:neocomplcache_enable_ignore_case = 0
" neosnippet
imap <C-k> <Plug>(neosnippet_expand_or_jump)
smap <C-k> <Plug>(neosnippet_expand_or_jump)
xmap <C-k> <Plug>(neosnippet_expand_target)
" nerdtree
nnoremap <silent><Space>n :<C-u>NERDTreeToggle<CR>
" previm
let g:previm_open_cmd = 'open -a Firefox'
augroup previm
autocmd!
autocmd BufNewFile,BufRead *.{md,mdwn,mkd,mkdn,mark*} set filetype=markdown
augroup END
" switch.vim
let g:switch_mapping = '<Space>s'
let g:switch_custom_definitions =
\ [
\ ['and', 'or'],
\ ['=', '!='],
\ ['===', '!==']
\ ]
" tagbar
nnoremap <silent><Space>t :TagbarToggle<CR>
" vim-anzu
augroup vim-anzu
autocmd!
autocmd CursorMoved,WinLeave,TabLeave * call anzu#clear_search_status()
augroup END
" vim-ctrlspace
let g:ctrlspace_default_mapping_key = '<Space>j'
if executable('ag')
let g:ctrlspace_glob_command = 'ag -l --nocolor -g ""'
endif
highlight link CtrlSpaceSearch Search
" vim-easy-align
xmap ga <Plug>(EasyAlign)
nmap ga <Plug>(EasyAlign)
" vim-easymotion
let g:EasyMotion_keys = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ;'
let g:EasyMotion_enter_jump_first = 1
let g:EasyMotion_smartcase = 1
let g:EasyMotion_startofline = 0
let g:EasyMotion_use_migemo = 1
let g:EasyMotion_use_upper = 1
nmap <Space>m <Plug>(easymotion-s2)
map f <Plug>(easymotion-fl)
map t <Plug>(easymotion-tl)
map F <Plug>(easymotion-Fl)
map T <Plug>(easymotion-Tl)
map <Space>f <Plug>(easymotion-bd-f)
map <Space>j <Plug>(easymotion-j)
map <Space>k <Plug>(easymotion-k)
" vim-gitgutter
let g:gitgutter_sign_added = '∎'
let g:gitgutter_sign_modified = '∎'
let g:gitgutter_sign_removed = '∎'
let g:gitgutter_sign_modified_removed = '∎'
" vim-operator-flashy
map y <Plug>(operator-flashy)
nmap Y <Plug>(operator-flashy)$
let g:operator#flashy#group = 'Visual'
" vim-php-namespace
nnoremap <Space>e :call PhpExpandClass()<CR>
nnoremap <Space>u :call PhpInsertUse()<CR>
" vim-ref
let g:ref_phpmanual_path = '$HOME/man/php-chunked-xhtml/'
let g:ref_source_webdict_sites = {
\ 'weblio': {
\ 'url': 'http://ejje.weblio.jp/content/%s',
\ }
\ }
let g:ref_source_webdict_sites.default = 'weblio'
" vim-submode
let g:submode_keep_leaving_key = 1
call submode#enter_with('changetab', 'n', '', 'gt', 'gt')
call submode#enter_with('changetab', 'n', '', 'gT', 'gT')
call submode#map('changetab', 'n', '', 't', 'gt')
call submode#map('changetab', 'n', '', 'T', 'gT')
call submode#enter_with('window', 'n', '', '<C-w><C-w>')
call submode#map('window', 'n', '', 'c', '<C-w>c')
call submode#map('window', 'n', '', 'h', '<C-w>h')
call submode#map('window', 'n', '', 'j', '<C-w>j')
call submode#map('window', 'n', '', 'k', '<C-w>k')
call submode#map('window', 'n', '', 'l', '<C-w>l')
" vim-textmanip
xmap <C-j> <Plug>(textmanip-move-down)
xmap <C-k> <Plug>(textmanip-move-up)
xmap <C-h> <Plug>(textmanip-move-left)
xmap <C-l> <Plug>(textmanip-move-right)
" wildfire
nmap <Space>w <Plug>(wildfire-quick-select)
" yankround.vim
nmap p <Plug>(yankround-p)
xmap p <Plug>(yankround-p)
nmap P <Plug>(yankround-P)
nmap gp <Plug>(yankround-gp)
xmap gp <Plug>(yankround-gp)
nmap gP <Plug>(yankround-gP)
nmap <C-p> <Plug>(yankround-prev)
nmap <C-n> <Plug>(yankround-next)
nmap <Space>h :CtrlPYankRound<CR>
augroup filetype-php
autocmd!
" smartchr
autocmd FileType php inoremap <expr> = smartchr#one_of('=', ' = ', ' == ', ' => ', ' === ')
autocmd FileType php inoremap <expr> ! smartchr#one_of('!', ' != ', ' !== ')
autocmd FileType php inoremap <expr> + smartchr#one_of('+', ' + ', ' ++ ', ' += ')
autocmd FileType php inoremap <expr> - smartchr#one_of('-', ' - ', ' -- ', ' -= ')
autocmd FileType php inoremap <expr> . smartchr#one_of('.', ' . ', '...')
autocmd FileType php inoremap <expr> , smartchr#one_of(',', ', ')
augroup END