fix: incorrect reference to init.lua in README.md

This commit is contained in:
Vinit Neogi 2023-12-31 16:39:35 +05:30 committed by Damjan 9000
parent 13c28e8438
commit 0be3fcfae9

View File

@ -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.