Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ivy with projectile #264

Closed
nlamirault opened this issue Oct 16, 2015 · 5 comments
Closed

ivy with projectile #264

nlamirault opened this issue Oct 16, 2015 · 5 comments

Comments

@nlamirault
Copy link

hi
do you think it is possible to integrate ivy with projectile [1] ?

[1] : https://github.com/bbatsov/projectile

@abo-abo
Copy link
Owner

abo-abo commented Oct 16, 2015

It's already there:

(setq projectile-completion-system 'ivy)

See also the wiki page on package-specific-completion.

@nlamirault
Copy link
Author

Thanks !

@srustamo
Copy link

I see that ivy is used in various projectile completions, however, when in a project, calling (ivy-switch-buffer) does not limit the buffer list to the current project's. Am I missing something?

@abo-abo
Copy link
Owner

abo-abo commented Aug 19, 2016

Am I missing something?

ivy-switch-buffer has nothing to do with projectile. You probably meant projectile-switch-to-buffer.

@srustamo
Copy link

srustamo commented Aug 19, 2016

I did, indeed. Still on the projectile topic: C-o or u in ivy minibuffer hydra for any projectile completion command (e.g. projectile-switch-to-buffer) in minibuffer opens whatever is selected, instead of occur buffer. (setq projectile-completion-system 'ivy) is set in init.el.

Projectile version: 20160728.52
ivy : 20160814.450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants