File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments