Start a list of alternative nvim plugin managers
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 20 Apr 2023 15:17:33 +0000 (11:17 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 20 Apr 2023 15:17:33 +0000 (11:17 -0400)
home/.config/nvim/init.vim

index c230a89..47f1b02 100644 (file)
@@ -2,6 +2,9 @@
 " Plugins
 "==============================================================================
 
+" Alternative plugin managers to try:
+" - https://github.com/Shougo/dein.vim
+
 " BEGIN Vim-Plug (https://github.com/junegunn/vim-plug)
 " Run :PlugInstall after adding a new plugin
 call plug#begin()
This page took 0.022503 seconds and 4 git commands to generate.