File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,15 @@ nvim
103103That's it! Lazy will install all the plugins you have. Use ` :Lazy ` to view
104104current plugin status. Hit ` q ` to close the window.
105105
106+ #### Read The Friendly Documentation
107+
106108Read through the ` init.lua ` file in your configuration folder for more
107109information about extending and exploring Neovim. That also includes
108110examples of adding popularly requested plugins.
109111
112+ > [ !NOTE]
113+ > For more information about a particular plugin check its repository's documentation.
114+
110115
111116### Getting Started
112117
@@ -135,7 +140,7 @@ examples of adding popularly requested plugins.
135140 * The main purpose of kickstart is to serve as a teaching tool and a reference
136141 configuration that someone can easily use to `git clone` as a basis for their own.
137142 As you progress in learning Neovim and Lua, you might consider splitting `init.lua`
138- into smaller parts. A fork of kickstart that does this while maintaining the
143+ into smaller parts. A fork of kickstart that does this while maintaining the
139144 same functionality is available here:
140145 * [kickstart-modular.nvim](https://github.com/dam9000/kickstart-modular.nvim)
141146 * Discussions on this topic can be found here:
You can’t perform that action at this time.
0 commit comments