Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

naquad/ctrlp-filetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

CtrlP FileType

CtrlP extension for fuzzy-searching available file types.

Prerequisites

CtrlP should be installed

Usage

Plugin provides CtrlPFileType command which will pop up a list of available file types.

Types are gathered from syntax files names. That is plugin will look through all runtime pathes (&rtp) looking for files matching /syntax/*.vim pattern.

To add own file types in your .vimrc you can do

let g:ctrlp_filetypes = {}

let g:ctrlp_filetypes['filetype'] = 'optional description'
" e.g

let g:ctrlp_filetypes['cpp'] = 'C++ source file'
let g:ctrlp_filetypes['eruby'] = 'Embedded Ruby'
let g:ctrlp_filetypes['conf'] = 'Configuration file'

About

CtrlP FileType chooser plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published