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 | 099fcf2592d4fb20c83220e7d8389bd89e5139d9 (patch) | |
| tree | 8a33998745a6e074acc4f98a50449d66e02f8ea4 /nvim/README.md | |
| parent | 32adb203651a87c60327a1f1348e28b846f0fc6b (diff) | |
| download | dots-099fcf2592d4fb20c83220e7d8389bd89e5139d9.tar.gz | |
fix: add note in readme for custom plugins
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md index ed7a59b..5af6aca 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -104,6 +104,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> |