aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVinit Neogi <20491952+vneogi199@users.noreply.github.com>2023-12-31 16:39:35 +0530
committerDamjan 9000 <damjan.9000@gmail.com>2023-12-31 16:26:39 +0100
commit0be3fcfae9c7d34ffa0da1687a2d8713a69ec571 (patch)
treeb2ed14e8bf40f79f8c484ae66fd15844b53b2f47 /README.md
parent13c28e8438a25d27a6472eaf213c23a320e5a0c4 (diff)
fix: incorrect reference to init.lua in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3856d80..1964997 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ nvim --headless "+Lazy! sync" +qa
* 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 the line importing the `custom/plugins` directory in the `init.lua` file to enable this)
+ * 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 `lua/lazy-plugins.lua` file to enable this)
* Modify `init.lua` with additional plugins.
* Include the `lua/kickstart/plugins/*` files in your configuration.