tsuyoshicho / ctrlp-mr.vim

CtrlP plugin with mr.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CtrlP for mr.vim

ctrlp-mr example animation

Overview

This plugin are mr.vim mru/mrw/mrr selector in CtrlP.

Requirement

Install lambdalisue/mr.vim.

Usage

for dein.vim toml wrote as below:

[[plugins]]
repo = 'tsuyoshicho/ctrlp-mr.vim'
depends = ['ctrlp.vim', 'mr.vim']
hook_add = '''
  let g:ctrlp_extensions = get(g:, 'ctrlp_extensions', [])
        \ + ['mr/mru', 'mr/mrw', 'mr/mrr']
'''
:CtrlPMRMru
:CtrlPMRMrw
:CtrlPMRMrr

Features

Support mru/mrw/mrr list.

Reference

Author

Tsuyoshi CHO (@tsuyoshicho)

Licence

MIT License

About

CtrlP plugin with mr.vim

License:MIT License


Languages

Language:Vim Script 100.0%