Skip to content

Commit c62faf5

Browse files
samarth-naNickalas Cason
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 1f8a619 commit c62faf5

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
@@ -939,8 +939,12 @@ require('lazy').setup({
939939
-- This is the easiest way to modularize your config.
940940
--
941941
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
942-
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
943942
-- { import = 'custom.plugins' },
943+
--
944+
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
945+
-- Or use telescope!
946+
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
947+
-- you can continue same window with `<space>sr` which resumes last telescope search
944948
}, {
945949
ui = {
946950
-- If you are using a Nerd Font: set icons to an empty table which will use the

0 commit comments

Comments
 (0)