Skip to content

Commit

Permalink
Merge pull request #23 from yochiyochirb/add-vim-migemo
Browse files Browse the repository at this point in the history
vim-migemo を追加
  • Loading branch information
yucao24hours authored Jul 14, 2016
2 parents 1b3a357 + abd3a08 commit ce96c1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Plug 'neovimhaskell/haskell-vim', { 'for': ['haskell', 'cabal'] }
Plug 'elixir-lang/vim-elixir', { 'for': 'elixir' }
Plug 'rhysd/vim-crystal', { 'for': 'crystal' }
Plug 'pangloss/vim-javascript', { 'for': ['javascript', 'javascript.jsx'] } | Plug 'mxw/vim-jsx', { 'for': 'javascript.jsx' }
Plug 'haya14busa/vim-migemo'

if get(g:, 'load_wakatime')
Plug 'wakatime/vim-wakatime'
Expand Down Expand Up @@ -257,6 +258,9 @@ nmap <silent> <Esc><Esc> :<C-u>nohlsearch<Return><Plug>(anzu-clear-search-status
nnoremap <silent> <Leader>s :<C-u>OverCommandLine<Return>
xnoremap <silent> <Leader>s :<C-u>'<,'>OverCommandLine<Return>
" vim-migemo
nmap <silent> g/ <Plug>(migemo-migemosearch)
" Vim/Neovim specific plugin settings
if has('nvim')
" deoplete.nvim
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,15 @@ vim-wakatime is a plugin for [WakaTime](https://wakatime.com/). It requires to s

For more information, visit https://wakatime.com/help/plugins/vim

### vim-migemo

vim-migemo is a plugin for [migemo (cmigemo)](http://www.kaoriya.net/software/cmigemo/) search. It requires cmigemo (When using OS X, you can install it via `brew install cmigemo`.

- `g/` or `<Leader>mi` to start migemo search
- You can search a word with "Okurigana" by using upper characters (e.g. 'jikkouSuru' for '実行する')

For more information, visit https://github.com/haya14busa/vim-migemo

### Neomake (only on Neovim)

Neomake is a plugin for asynchronous `:make`. If you want to use it, uncomment `let g:load_neomake = 1` in `~/.vimrc.preset` .
Expand Down

0 comments on commit ce96c1f

Please sign in to comment.