diff options
author | TJ DeVries <devries.timothyj@gmail.com> | 2024-03-03 03:13:16 -0500 |
---|---|---|
committer | TJ DeVries <devries.timothyj@gmail.com> | 2024-03-03 03:13:16 -0500 |
commit | e6710a461ab08513af80c213929ff64e75b5e456 (patch) | |
tree | 7bece3f89ba18a41c37639173e6cd651bf7b8ca2 /README.md | |
parent | 23fc4e59dc54dc22f2372cd9a2e4c76ba335f9a1 (diff) |
fix: add note in readme for custom plugins
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ can install to your machine using the methods above. #### Examples of adding popularly requested plugins +NOTE: You'll need to uncomment the line in the init.lua that turns on loading custom plugins. + <details> <summary>Adding autopairs</summary> |