Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

how to install pkgs like telescope-fzf-native #1

Closed
juantascon opened this issue Dec 13, 2021 · 2 comments · Fixed by #2
Closed

how to install pkgs like telescope-fzf-native #1

juantascon opened this issue Dec 13, 2021 · 2 comments · Fixed by #2
Labels
question Further information is requested

Comments

@juantascon
Copy link

when I try to run "make" in the config function for this plugin[1], it appears the cwd is whatever cwd I have atm in nvim, how do I switch to the plugin directory?

[1] https://github.com/nvim-telescope/telescope-fzf-native.nvim

@luaneko luaneko added the question Further information is requested label Dec 14, 2021
@luaneko
Copy link
Member

luaneko commented Dec 14, 2021

You can use vim.fn.chdir("~/.local/share/nvim/site/pack/deps/opt/telescope-fzf-native.nvim") to change directory into that plugin folder before running make. The linked PR that I just pushed #2 does this automatically from the plugin manager itself.

@juantascon
Copy link
Author

thanks, love the plugin btw

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants