Skip to content

endel/ctrlp-filetype.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CtrlP plugin to find and set filetype easily.

CtrlP is an awesome plugin for finding files, buffers, tags, etc.

This plugin allow you to use CtrlP finder to execute setfiletype easily.

Installation

Install it using pathogen.

In your vimrc: configure a key binding to find and set a filetype.

" CtrlP for filetype
let g:ctrlp_extensions = ['filetype']
silent! nnoremap <unique> <silent> <Leader>f :CtrlPFiletype<CR>

Hope you enjoy it.

License

This plugin is distributed under the MIT license. Please see the LICENSE file.

About

CtrlP plugin: Filetype finder and setter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published