-
-
Notifications
You must be signed in to change notification settings - Fork 19
Comparing changes
Open a pull request
base repository: cljoly/telescope-repo.nvim
base: master
head repository: cljoly/telescope-repo.nvim
compare: win-fix
- 11 commits
- 8 files changed
- 3 contributors
Commits on Aug 7, 2022
-
fix: pass down the opts to the second prompts
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)
Configuration menu - View commit details
-
Copy full SHA for 91fe52d - Browse repository at this point
Copy the full SHA 91fe52dView commit details -
Merge pull request #45 from cljoly/pass-down-opts
fix: pass down the opts to the second prompts
Configuration menu - View commit details
-
Copy full SHA for fb61acb - Browse repository at this point
Copy the full SHA fb61acbView commit details
Commits on Aug 16, 2022
-
fix: the second picker couldn't open any file
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
Configuration menu - View commit details
-
Copy full SHA for 95ffb46 - Browse repository at this point
Copy the full SHA 95ffb46View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5da73d - Browse repository at this point
Copy the full SHA e5da73dView commit details
Commits on Oct 14, 2022
-
The old version is too different from my local one, causing the CI to fail.
Configuration menu - View commit details
-
Copy full SHA for 3eaadf6 - Browse repository at this point
Copy the full SHA 3eaadf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96367e3 - Browse repository at this point
Copy the full SHA 96367e3View commit details -
feat: add a setting to switch to the project directory
Switch to an opened project directory, in each window and for the corresponding file. Fixes #8
Configuration menu - View commit details
-
Copy full SHA for b22a370 - Browse repository at this point
Copy the full SHA b22a370View commit details -
docs: Start to require nvim 0.7
The autocommand Lua API requires at least version 0.6. At the time of writing, telescope requires nvim 0.7.
Configuration menu - View commit details
-
Copy full SHA for 204cc63 - Browse repository at this point
Copy the full SHA 204cc63View commit details -
Merge pull request #48 from cljoly/autocmd
Add automatic cd to projecte directories
Configuration menu - View commit details
-
Copy full SHA for 8a2e99e - Browse repository at this point
Copy the full SHA 8a2e99eView commit details
Commits on Oct 16, 2022
-
feat: detect bat on a wider variety of systems
Some debian-based systems use put `bat` under `/usr/bin/batcat`. We thus need a to look for `batcat` as well. Fixes #47 [1]: https://packages.debian.org/bullseye/amd64/bat/filelist, https://web.archive.org/web/20221016131458/https://packages.debian.org/bullseye/amd64/bat/filelist
Configuration menu - View commit details
-
Copy full SHA for 2b4ad95 - Browse repository at this point
Copy the full SHA 2b4ad95View commit details
Commits on Dec 18, 2022
-
Add an option to easily support PowerShell
Co-authored-by: Clément Joly <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0e50ad - Browse repository at this point
Copy the full SHA f0e50adView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...win-fix