Telescope: Hint for searching through symlinked neovim configurations#2078
Closed
JohnyJohnJohnson wants to merge 1 commit into
Closed
Telescope: Hint for searching through symlinked neovim configurations#2078JohnyJohnJohnson wants to merge 1 commit into
JohnyJohnJohnson wants to merge 1 commit into
Conversation
`builtin.find_files {..., follow = true}` required
oriori1703
added a commit
that referenced
this pull request
Jun 11, 2026
SayanShankhari
added a commit
to SayanShankhari/kickstart.nvim
that referenced
this pull request
Jun 11, 2026
Squashed commit of the following: commit 2a12a5a Merge: b8732e9 f0a2108 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 21:28:14 2026 +0530 Merge remote-tracking branch 'upstream' into sandbox commit f0a2108 Author: orip <oriori1703@gmail.com> Date: Thu Jun 11 18:55:49 2026 +0300 Follow symlinks in the custom plugins loader fixes: nvim-lua#2087 commit b8732e9 Merge: bc90fe1 ac51593 9e345b9 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 21:25:11 2026 +0530 Merge branch 'master', remote-tracking branch 'upstream' into sandbox commit bc90fe1 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Thu Jun 11 20:56:03 2026 +0530 fix(misc): restore missing theme and options commit ac51593 Author: orip <oriori1703@gmail.com> Date: Thu Jun 11 17:52:24 2026 +0300 Add checkhealth to bug report step commit 4e6bf94 Merge: 1f32074 97b3cbb Author: Ori Perry <48057913+oriori1703@users.noreply.github.com> Date: Thu Jun 11 17:31:42 2026 +0300 Merge pull request nvim-lua#2066 from TomJGooding/chore-add-discussions-to-issue-template chore: add discussions to issue template commit 1f32074 Merge: f660e1f ec3f448 Author: Ori Perry <48057913+oriori1703@users.noreply.github.com> Date: Thu Jun 11 17:29:12 2026 +0300 Merge pull request nvim-lua#2012 from nvim-lua/feature/mini.icons Switch from nvim-web-devicons to mini.icons commit ec3f448 Author: orip <oriori1703@gmail.com> Date: Wed Apr 22 20:27:51 2026 +0300 Switch from nvim-web-devicons to mini.icons commit f660e1f Author: orip <oriori1703@gmail.com> Date: Thu Jun 11 16:44:01 2026 +0300 Follow symlinks for the neovim config picker Closes: nvim-lua#2078 commit 7031a09 Author: orip <oriori1703@gmail.com> Date: Thu Jun 11 16:44:01 2026 +0300 Split the `foundation` section into `options` and `keymaps` commit c210767 Author: Sayan Shankhari <sayan0shankhari@gmail.com> Date: Wed Jun 10 10:06:43 2026 +0530 fix(test): force track test script commit 97b3cbb Author: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Thu May 28 01:45:20 2026 +0100 chore: add discussions to issue template Now that GitHub discussions have been enabled (see nvim-lua#2026), add links in the issue template to help redirect help/feature requests from the bug tracker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
builtin.find_files {..., follow = true}requiredAdds a comment to the
<leader>snkeymap that guides users to:help telescope.builtin.find_files()if searching Neovim configuration files behaves unexpectedly (empty list).