From 6f82743a8be41b0f72dc3d4b1c86e42284bd43fe Mon Sep 17 00:00:00 2001 From: Vinit Neogi <20491952+vneogi199@users.noreply.github.com> Date: Sun, 31 Dec 2023 16:39:35 +0530 Subject: fix: incorrect reference to init.lua in README.md --- nvim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/README.md') diff --git a/nvim/README.md b/nvim/README.md index 3856d80..1964997 100644 --- a/nvim/README.md +++ b/nvim/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. -- cgit v1.2.3