diff options
author | Dennis-Rall <56480601+Dennis-Rall@users.noreply.github.com> | 2023-07-20 10:56:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 10:56:15 +0200 |
commit | 78ab7ee09411676d01138faafc03a3e638d5f560 (patch) | |
tree | b4fccf0688018906193b12e1ae4cc423e2ac638a /README.md | |
parent | 680e0857611988c6cefdec2aed291a3ed90bab3e (diff) |
Add hint to uncomment line to autodetect plugins
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ Additional system requirements: * Inside of your copy, feel free to modify any file you like! It's your copy! * Feel free to change any of the default options in `init.lua` to better suit your needs. * For adding plugins, there are 3 primary options: - * Add new configuration in `lua/custom/plugins/*` files, which will be auto sourced using `lazy.nvim` + * Add new configuration in `lua/custom/plugins/*` files, which will be auto sourced using `lazy.nvim` (uncomment line 206 in init.lua therefore) * Modify `init.lua` with additional plugins. * Include the `lua/kickstart/plugins/*` files in your configuration. |