Skip to content

Conversation

@ldfwbebp
Copy link

Added setup options from telescope

Below is an example

plugins/telescope.lua

 local projects_opts = {
      layout_strategy = "horizontal",
      layout_config = {
        anchor = "N",
        height = 0.25,
        width = 0.6,
        prompt_position = "bottom",
      },
      prompt_prefix = "󱎸  ",
    }

    telescope.setup({
      extensions = {
        projects = projects_opts,
      },
    })

Screenshot from 2024-07-20 02-50-44

DrKJeff16 added a commit to DrKJeff16/project.nvim that referenced this pull request Jul 17, 2025
Credits to ahmedkhalf/project.nvim#160
for the implementation

Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Copy link

@DrKJeff16 DrKJeff16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome job!

I integrated your commit in my fork. All credits given to you!

DrKJeff16 added a commit to DrKJeff16/project.nvim that referenced this pull request Jul 17, 2025
…ESCRIPTION).

CREDITS: ahmedkhalf/project.nvim#160

Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
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

Successfully merging this pull request may close these issues.

2 participants