From 099fcf2592d4fb20c83220e7d8389bd89e5139d9 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Sun, 3 Mar 2024 03:13:16 -0500 Subject: fix: add note in readme for custom plugins --- nvim/README.md | 2 ++ 1 file changed, 2 insertions(+) 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. +
Adding autopairs -- cgit v1.2.3