Monday, August 20, 2012

Re: Listing/finder plugins like command-t, ctrlp, fuzzyfinder

> What I want is to get a list of plugins which makes sense to support in my aurum plugin for OpenAny mappings: mappings that bring you a prompt listing files present in given revision that can be then opened. Three of them mentioned in the title are already supported.

tlib (http://www.vim.org/scripts/script.php?script_id=1863) provides a tlib#input#List() function that is used in several plugins of mine (see https://github.com/tomtom) and a few others. Here is an example for how to configure it:
https://github.com/tomtom/tselectbuffer_vim/blob/master/autoload/tselectbuffer.vim

You might also be interested in this vimtips page:
http://vim.wikia.com/wiki/Script:List_of_scripts_that_provide_advanced_UI_elements

Regards

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment