Skip to content

Commit fb7f6a1

Browse files
authored
samarth-nagar fix: lazy help tag on line 931 (#1167)
* samarth-nagar fix: lazy help tag on line 931 found in issue #1152 * fixed white space --------- Co-authored-by: sam <[email protected]>
1 parent 5ed1bc3 commit fb7f6a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

init.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,12 @@ require('lazy').setup({
928928
-- This is the easiest way to modularize your config.
929929
--
930930
-- 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`
932931
-- { 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
933937
}, {
934938
ui = {
935939
-- If you are using a Nerd Font: set icons to an empty table which will use the

0 commit comments

Comments
 (0)