File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -928,8 +928,12 @@ require('lazy').setup({
928
928
-- This is the easiest way to modularize your config.
929
929
--
930
930
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
931
- -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
932
931
-- { import = 'custom.plugins' },
932
+ --
933
+ -- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
934
+ -- Or use telescope!
935
+ -- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
936
+ -- you can continue same window with `<space>sr` which resumes last telescope search
933
937
}, {
934
938
ui = {
935
939
-- 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