Skip to content

Commit 0be3fcf

Browse files
vneogi199dam9000
authored andcommitted
fix: incorrect reference to init.lua in README.md
1 parent 13c28e8 commit 0be3fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ nvim --headless "+Lazy! sync" +qa
8484
* Inside of your copy, feel free to modify any file you like! It's your copy!
8585
* Feel free to change any of the default options in `init.lua` to better suit your needs.
8686
* For adding plugins, there are 3 primary options:
87-
* 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)
87+
* 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)
8888
* Modify `init.lua` with additional plugins.
8989
* Include the `lua/kickstart/plugins/*` files in your configuration.
9090

0 commit comments

Comments
 (0)