-
Notifications
You must be signed in to change notification settings - Fork 44k
feat: move Telescope config to be contained by plugin #1843
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
Merged
+48
−25
Conversation
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
Co-authored-by: Ori Perry <[email protected]>
ethanellison
pushed a commit
to ethanellison/kickstart.nvim
that referenced
this pull request
Jan 30, 2026
* move telescope related lsp functions inside the telscope plugin declaration block * explicitly enable telescope plugin, add some comments explainging why * update comments with suggestions from @oriori1703 Co-authored-by: Ori Perry <[email protected]> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Ori Perry <[email protected]> Co-authored-by: philipp <[email protected]>
gcaufield
added a commit
to gcaufield/kickstart.nvim
that referenced
this pull request
Jan 31, 2026
Pull in latest updates from upstream * upstream/master: fix: continue cleaning up docs and config fix: trimming down config and updating stylua feat(grep-string): works with visual selection too (nvim-lua#1605) docs: Document methods to get the latest neovim (nvim-lua#1626) fix: simplify diagnostic config fix: update neovim min required version feat: move Telescope config to be contained by plugin (nvim-lua#1843) chore: Add .DS_Store to .gitignore (nvim-lua#1637) chore: fix help tag (nvim-lua#1671) feat: add Telescope binding for searching through commands (nvim-lua#1675) fix: remove deprecated methods fix: call setup on guess indent fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (nvim-lua#1713) fix: remove mason-lspconfig, we do not need it anymore maybe: seeing if we can get away without lazydev and just doing simpler setup fix: as far as i can tell i updated to the right tree sitter stuff update: remove client_supports_method (nvim-lua#1810) note: add info about why we ignore lazy-lock fix: update main module reference for nvim-treesitter (nvim-lua#1832)
ethanellison
pushed a commit
to ethanellison/kickstart.nvim
that referenced
this pull request
Jan 31, 2026
* move telescope related lsp functions inside the telscope plugin declaration block * explicitly enable telescope plugin, add some comments explainging why * update comments with suggestions from @oriori1703 Co-authored-by: Ori Perry <[email protected]> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Ori Perry <[email protected]> Co-authored-by: philipp <[email protected]>
Frippuz
pushed a commit
to Frippuz/kickstart.nvim
that referenced
this pull request
Feb 2, 2026
* move telescope related lsp functions inside the telscope plugin declaration block * explicitly enable telescope plugin, add some comments explainging why * update comments with suggestions from @oriori1703 Co-authored-by: Ori Perry <[email protected]> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Ori Perry <[email protected]> Co-authored-by: philipp <[email protected]>
eujean
pushed a commit
to eujean/nvim-config
that referenced
this pull request
Feb 2, 2026
* move telescope related lsp functions inside the telscope plugin declaration block * explicitly enable telescope plugin, add some comments explainging why * update comments with suggestions from @oriori1703 Co-authored-by: Ori Perry <[email protected]> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Ori Perry <[email protected]> Co-authored-by: philipp <[email protected]>
dribic
pushed a commit
to dribic/nvim-files
that referenced
this pull request
Feb 3, 2026
* move telescope related lsp functions inside the telscope plugin declaration block * explicitly enable telescope plugin, add some comments explainging why * update comments with suggestions from @oriori1703 Co-authored-by: Ori Perry <[email protected]> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Philipp Szechenyi <[email protected]> Co-authored-by: Ori Perry <[email protected]> Co-authored-by: philipp <[email protected]> Signed-off-by: Dejan Ribič <[email protected]>
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.
No description provided.