File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -360,14 +360,15 @@ require('lazy').setup({
360360
361361 { -- Fuzzy Finder (files, lsp, etc)
362362 ' nvim-telescope/telescope.nvim' ,
363- -- To disable the default Telescope plugin and replace it with
364- -- another picker (like snacks), set enabled to false and
365- -- Enable your replacement picker by requiring it explicitly (e.g., 'kickstart.plugins.snacks')
366- -- By default, Telescope is included and acts as your picker for everything.
367-
368- -- Note: When you customize your config for yourself,
369- -- it’s best to remove the Telescope plugin config entirely
370- -- instead of just disabling it here, to keep your config clean.
363+ -- By default, Telescope is included and acts as your picker for everything.
364+
365+ -- If you would like to switch to a different picker (like snacks, or fzf-lua)
366+ -- you can disable the Telescope plugin by setting enabled to false and enable
367+ -- your replacement picker by requiring it explicitly (e.g. 'custom.plugins.snacks')
368+
369+ -- Note: If you customize your config for yourself,
370+ -- it’s best to remove the Telescope plugin config entirely
371+ -- instead of just disabling it here, to keep your config clean.
371372 enabled = true ,
372373 event = ' VimEnter' ,
373374 dependencies = {
You can’t perform that action at this time.
0 commit comments