Skip to content

Commit 1f90e7f

Browse files
samarth-naalexsyou
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 f5a5cdc commit 1f90e7f

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
@@ -929,8 +929,12 @@ require('lazy').setup({
929929
-- This is the easiest way to modularize your config.
930930
--
931931
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
932-
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
933932
-- { import = 'custom.plugins' },
933+
--
934+
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
935+
-- Or use telescope!
936+
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
937+
-- you can continue same window with `<space>sr` which resumes last telescope search
934938
}, {
935939
ui = {
936940
-- If you are using a Nerd Font: set icons to an empty table which will use the

0 commit comments

Comments
 (0)