From 01852b6ddc9c2d0a6d2cd41fbeeaa7452b3bde66 Mon Sep 17 00:00:00 2001 From: Philipp Szechenyi <45265588+szechp@users.noreply.github.com> Date: Sat, 19 Jul 2025 16:10:27 +0200 Subject: [PATCH] update comments with suggestions from @oriori1703 Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com> --- init.lua | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/init.lua b/init.lua index 87d850db..8d9bb5bf 100644 --- a/init.lua +++ b/init.lua @@ -360,14 +360,15 @@ require('lazy').setup({ { -- Fuzzy Finder (files, lsp, etc) 'nvim-telescope/telescope.nvim', - -- To disable the default Telescope plugin and replace it with - -- 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, - -- it’s best to remove the Telescope plugin config entirely - -- instead of just disabling it here, to keep your config clean. + -- By default, Telescope is included and acts as your picker for everything. + + -- If you would like to switch to a different picker (like snacks, or fzf-lua) + -- you can disable the Telescope plugin by setting enabled to false and enable + -- your replacement picker by requiring it explicitly (e.g. 'custom.plugins.snacks') + + -- Note: If you customize your config for yourself, + -- it’s best to remove the Telescope plugin config entirely + -- instead of just disabling it here, to keep your config clean. enabled = true, event = 'VimEnter', dependencies = {