summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2024-03-03 03:13:16 -0500
committerTJ DeVries <devries.timothyj@gmail.com>2024-03-03 03:13:16 -0500
commit099fcf2592d4fb20c83220e7d8389bd89e5139d9 (patch)
tree8a33998745a6e074acc4f98a50449d66e02f8ea4 /nvim
parent32adb203651a87c60327a1f1348e28b846f0fc6b (diff)
downloaddots-099fcf2592d4fb20c83220e7d8389bd89e5139d9.tar.gz
fix: add note in readme for custom plugins
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md2
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>