Skip to content

Commit 8078f94

Browse files
committed
Replace instances of telescope with snacks-picker in comments
1 parent 38fea52 commit 8078f94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dot_config/nvim/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ require('lazy').setup({
604604
-- Change the name of the colorscheme plugin below, and then
605605
-- change the command in the config to whatever the name of that colorscheme is.
606606
--
607-
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
607+
-- If you want to see what colorschemes are already installed, you can use `:lua Snacks.picker.colorschemes()`.
608608
'folke/tokyonight.nvim',
609609
priority = 1000, -- Make sure to load this before all the other start plugins.
610610
config = function()
@@ -747,9 +747,9 @@ require('lazy').setup({
747747
{ import = 'custom.plugins' },
748748
--
749749
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
750-
-- Or use telescope!
750+
-- Or use the "help" snacks-picker!
751751
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
752-
-- you can continue same window with `<space>sr` which resumes last telescope search
752+
-- you can continue same window with `<space>sR` which resumes last snacks-picker search
753753
}, {
754754
ui = { ---@diagnostic disable-line: missing-fields
755755
-- If you are using a Nerd Font: set icons to an empty table which will use the

0 commit comments

Comments
 (0)