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 | 32b32bbd0ecfdec652b466274a97a59a421bccb8 (patch) | |
| tree | 70eb7c8bb6a1c1661c5240bbe50dc0e59d248448 /nvim/README.md | |
| parent | afedb7756674680a6781b128cf5c30d972b476a7 (diff) | |
| download | dots-32b32bbd0ecfdec652b466274a97a59a421bccb8.tar.gz | |
Add hint to uncomment line to autodetect plugins
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index 4a128bc..b38867d 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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. |