Skip to content

Commit d4f3153

Browse files
samarth-naShadowmeister
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 f33b4bb commit d4f3153

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
@@ -1023,8 +1023,12 @@ require('lazy').setup({
10231023
-- This is the easiest way to modularize your config.
10241024
--
10251025
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
1026-
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
10271026
{ import = 'custom.plugins' },
1027+
--
1028+
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
1029+
-- Or use telescope!
1030+
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
1031+
-- you can continue same window with `<space>sr` which resumes last telescope search
10281032
}, {
10291033
ui = {
10301034
-- If you are using a Nerd Font: set icons to an empty table which will use the

0 commit comments

Comments
 (0)