aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2023-07-21 21:49:13 -0400
committerGitHub <noreply@github.com>2023-07-21 21:49:13 -0400
commit7da1058748f91b4b227ecef40e4094c9949b41b7 (patch)
treec021139541250d544b5641ef0ac16254d428d36c
parent680e0857611988c6cefdec2aed291a3ed90bab3e (diff)
parentc151235551781459fdb60af17c8d5c5f3ee94170 (diff)
Merge pull request #369 from Dennis-Rall/patch-2
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a128bc..ef59760 100644
--- a/README.md
+++ b/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`
+ * 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.