feat: move Telescope config to be contained by plugin#1843
Merged
Conversation
Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
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 <48057913+oriori1703@users.noreply.github.com> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <philipp.szechenyi@cgm.com> Co-authored-by: Philipp Szechenyi <45265588+szechp@users.noreply.github.com> Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> Co-authored-by: philipp <philipp@philipps-MacBook-Pro.local>
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 <48057913+oriori1703@users.noreply.github.com> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <philipp.szechenyi@cgm.com> Co-authored-by: Philipp Szechenyi <45265588+szechp@users.noreply.github.com> Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> Co-authored-by: philipp <philipp@philipps-MacBook-Pro.local>
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 <48057913+oriori1703@users.noreply.github.com> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <philipp.szechenyi@cgm.com> Co-authored-by: Philipp Szechenyi <45265588+szechp@users.noreply.github.com> Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> Co-authored-by: philipp <philipp@philipps-MacBook-Pro.local>
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 <48057913+oriori1703@users.noreply.github.com> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <philipp.szechenyi@cgm.com> Co-authored-by: Philipp Szechenyi <45265588+szechp@users.noreply.github.com> Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> Co-authored-by: philipp <philipp@philipps-MacBook-Pro.local>
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 <48057913+oriori1703@users.noreply.github.com> * fix formatting in accordance to stylua so that pipeline passes --------- Co-authored-by: Philipp Szechenyi <philipp.szechenyi@cgm.com> Co-authored-by: Philipp Szechenyi <45265588+szechp@users.noreply.github.com> Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> Co-authored-by: philipp <philipp@philipps-MacBook-Pro.local> Signed-off-by: Dejan Ribič <dejan.ribic@gmail.com>
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.
No description provided.