Skip to content

koturn/ctrlp-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ctrlp-sample

Sample extension for ctrlp.vim.

Show files in current directory and echo the number of lines of selected file.

Usage

:CtrlPSample

Installation

NeoBundle 'koturn/ctrlp-sample'

If you want to use :NeoBundleLazy, write following code in your .vimrc.

NeoBundleLazy 'koturn/ctrlp-sample'
if neobundle#tap('ctrlp-sample')
  call neobundle#config({
        \ 'depends': 'ctrlpvim/ctrlp.vim',
        \ 'autoload': {
        \   'commands': 'CtrlPSample'
        \ }
        \})
  call neobundle#untap()
endif

With Vundle

Plugin 'koturn/ctrlp-sample'
Plug 'koturn/ctrlp-sample'

Manual Install

If you don't want to use plugin manager, put files and directories on ~/.vim/, or %HOME%/vimfiles/ on Windows.

Dependent plugins

Required

LICENSE

This software is released under the MIT License, see LICENSE.

About

Sample extension for ctrlp.vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published