update comments with suggestions from @oriori1703

Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
This commit is contained in:
Philipp Szechenyi 2025-07-19 16:10:27 +02:00 committed by GitHub
parent 60c3c79d36
commit 01852b6ddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 7 deletions

View File

@ -360,14 +360,15 @@ require('lazy').setup({
{ -- Fuzzy Finder (files, lsp, etc) { -- Fuzzy Finder (files, lsp, etc)
'nvim-telescope/telescope.nvim', 'nvim-telescope/telescope.nvim',
-- To disable the default Telescope plugin and replace it with -- By default, Telescope is included and acts as your picker for everything.
-- another picker (like snacks), set enabled to false and
-- Enable your replacement picker by requiring it explicitly (e.g., 'kickstart.plugins.snacks')
-- By default, Telescope is included and acts as your picker for everything.
-- Note: When you customize your config for yourself, -- If you would like to switch to a different picker (like snacks, or fzf-lua)
-- its best to remove the Telescope plugin config entirely -- you can disable the Telescope plugin by setting enabled to false and enable
-- instead of just disabling it here, to keep your config clean. -- your replacement picker by requiring it explicitly (e.g. 'custom.plugins.snacks')
-- Note: If you customize your config for yourself,
-- its best to remove the Telescope plugin config entirely
-- instead of just disabling it here, to keep your config clean.
enabled = true, enabled = true,
event = 'VimEnter', event = 'VimEnter',
dependencies = { dependencies = {