From c2abcf4f3e7481b2b03346497267e294113c3e66 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 3 Mar 2024 17:01:40 -0500 Subject: [PATCH] dot_profile: remove things about nvim plugins now git takes care of plugins --- src/.config/dot_profile.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/.config/dot_profile.example b/src/.config/dot_profile.example index ca80c9f..cb6f3b5 100644 --- a/src/.config/dot_profile.example +++ b/src/.config/dot_profile.example @@ -10,10 +10,9 @@ # Profiles # -------- # DEFAULT: -# Everything's enabled. Nvim auto-installs plugins on launch. +# Everything's enabled. # SLIM: # Try to reduce bloat; turn off expensive plugins and eye-candy. -# Run :PlugInstall in Nvim to install plugins. # MINIMAL: # Nothing is launched automatically, and no plugins are installed.