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

Update nvim in CI workflow #61

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Open

Update nvim in CI workflow #61

wants to merge 12 commits into from

Conversation

cljoly
Copy link
Owner

@cljoly cljoly commented Jun 6, 2023

  • fix: update nvim version in CI

cljoly and others added 12 commits August 7, 2022 23:13
Before this patch, the “global” options passed to the Telescope command
were not passed down to the second prompt (the one selecting the files
for instance). This would cause a change of layout set like so:

```
:Telescope repo list layout_strategy=center
```

not to be applied to the second prompt.

This patch fixes that and correctly passes the options down to the
second prompt.

Related to #44 (might fix it)
fix: pass down the opts to the second prompts
Due to options being changed for the first picker (in particular, a
custom formatter is set), the second picker was unable to open any file,
it would only point to folders.

This commit fixes this behavior by passing down only the user options to
the second picker, along with the ones specifically needed by it.

Fixes #46
The old version is too different from my local one, causing the CI to
fail.
Switch to an opened project directory, in each window and for the
corresponding file.

Fixes #8
The autocommand Lua API requires at least version 0.6. At the time of
writing, telescope requires nvim 0.7.
Add automatic cd to projecte directories
@cljoly cljoly changed the base branch from master to dev June 6, 2023 20:50
@cljoly cljoly changed the title ci fixes 2023 06 Update nvim in CI workflow Jun 6, 2023
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