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

No installation instructions? #99

Open
zach-is-my-name opened this issue May 18, 2022 · 2 comments
Open

No installation instructions? #99

zach-is-my-name opened this issue May 18, 2022 · 2 comments

Comments

@zach-is-my-name
Copy link

zach-is-my-name commented May 18, 2022

To some (or many) it may seem redundant to list install instructions. When I didn't see them I got confused, as if Project was already bundled and I just needed to activate it (the other plugins from this org include them). But then it wouldn't be a plugin. Searched the issues and people were indeed installing it. Sorry if this issue is much ado about nothing...

@Signynt
Copy link

Signynt commented Jun 2, 2022

  • You have to add use 'nvim-telescope/telescope-project.nvim' into your init.lua, like this for example:
return require('packer').startup(function()
  use 'nvim-telescope/telescope-project.nvim'
end)
  • Then you also need to have this line in the init.lua: require'telescope'.load_extension('project')
  • Then you can run PackerSync to have it install the extension

@vrouilhac
Copy link

@Signynt Maybe adding this to the README.md right before the Setup section would be great?

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