You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Additional system requirements:
55
55
* Inside of your copy, feel free to modify any file you like! It's your copy!
56
56
* Feel free to change any of the default options in `init.lua` to better suit your needs.
57
57
* For adding plugins, there are 3 primary options:
58
-
* Add new configuration in `lua/custom/plugins/*` files, which will be auto sourced using `lazy.nvim` (uncomment line 206 in init.lua therefore)
58
+
* 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)
59
59
* Modify `init.lua` with additional plugins.
60
60
* Include the `lua/kickstart/plugins/*` files in your configuration.
0 commit comments