diff options
| author | sam <110125971+samarth-na@users.noreply.github.com> | 2024-10-30 21:19:16 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-30 11:49:16 -0400 |
| commit | 66435d846588539ec51ca5273c94442d68e74658 (patch) | |
| tree | 2a4334d7e425a03cd4e0244abcf27b964e6a6dd0 /nvim | |
| parent | 74f8a1dc12908aa3041e53aae7b305827fb8a72f (diff) | |
| download | dots-66435d846588539ec51ca5273c94442d68e74658.tar.gz | |
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 <110125971+samarth-nagar@users.noreply.github.com>
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/init.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index ea86b79..e588129 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -928,8 +928,12 @@ require('lazy').setup({ -- This is the easiest way to modularize your config. -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. - -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins` -- { import = 'custom.plugins' }, + -- + -- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec` + -- Or use telescope! + -- In normal mode type `<space>sh` then write `lazy.nvim-plugin` + -- you can continue same window with `<space>sr` which resumes last telescope search }, { ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the |