diff options
| author | Dennis-Rall <56480601+Dennis-Rall@users.noreply.github.com> | 2023-07-20 16:42:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-20 16:42:46 +0200 |
| commit | 4df69457f188686771ad0b61c92c32e427f7b097 (patch) | |
| tree | acf5ca6b2d4099d2749386b7b9eaf797190b55c9 /nvim/README.md | |
| parent | 32b32bbd0ecfdec652b466274a97a59a421bccb8 (diff) | |
| download | dots-4df69457f188686771ad0b61c92c32e427f7b097.tar.gz | |
Remove fixed line number and describe line
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 b38867d..ef59760 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` (uncomment line 206 in init.lua therefore) + * Add new configuration in `lua/custom/plugins/*` files, which will be auto sourced using `lazy.nvim` (uncomment the line importing the `custom/plugins` directory in the `init.lua` file to enable this) * Modify `init.lua` with additional plugins. * Include the `lua/kickstart/plugins/*` files in your configuration. |