dot_profile: remove things about nvim plugins

now git takes care of plugins
This commit is contained in:
dogeystamp 2024-03-03 17:01:40 -05:00
parent f82a0f933d
commit c2abcf4f3e
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -10,10 +10,9 @@
# Profiles # Profiles
# -------- # --------
# DEFAULT: # DEFAULT:
# Everything's enabled. Nvim auto-installs plugins on launch. # Everything's enabled.
# SLIM: # SLIM:
# Try to reduce bloat; turn off expensive plugins and eye-candy. # Try to reduce bloat; turn off expensive plugins and eye-candy.
# Run :PlugInstall in Nvim to install plugins.
# MINIMAL: # MINIMAL:
# Nothing is launched automatically, and no plugins are installed. # Nothing is launched automatically, and no plugins are installed.