Skip to content

Commit 6bbd80a

Browse files
samarth-naAlessandro201
authored andcommitted
samarth-nagar fix: lazy help tag on line 931 (nvim-lua#1167)
* samarth-nagar fix: lazy help tag on line 931 found in issue nvim-lua#1152 * fixed white space --------- Co-authored-by: sam <110125971+samarth-nagar@users.noreply.github.com>
1 parent 2976a72 commit 6bbd80a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

init.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,10 @@ require('lazy').setup({
11431143
-- This is the easiest way to modularize your config.
11441144
--
11451145
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
1146-
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
1146+
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
1147+
-- Or use telescope!
1148+
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
1149+
-- you can continue same window with `<space>sr` which resumes last telescope search
11471150
{ import = 'custom.plugins' },
11481151
}, {
11491152
ui = {

0 commit comments

Comments
 (0)