From: Sergey Matveev Date: Mon, 13 Dec 2021 11:27:00 +0000 (+0300) Subject: Various Vim plugins separated on packages X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=c571224ad14b80a040c164399e7dede5dd31ebd0 Various Vim plugins separated on packages --- diff --git a/vim/.vim/autoload/buftabline.vim b/vim/.vim/pack/stargrave/start/buftabline/autoload/buftabline.vim similarity index 100% rename from vim/.vim/autoload/buftabline.vim rename to vim/.vim/pack/stargrave/start/buftabline/autoload/buftabline.vim diff --git a/vim/.vim/plugin/buftabline.vim b/vim/.vim/pack/stargrave/start/buftabline/plugin/buftabline.vim similarity index 100% rename from vim/.vim/plugin/buftabline.vim rename to vim/.vim/pack/stargrave/start/buftabline/plugin/buftabline.vim diff --git a/vim/.vim/autoload/chnglstnav.vim b/vim/.vim/pack/stargrave/start/chnglstnav/autoload/chnglstnav.vim similarity index 100% rename from vim/.vim/autoload/chnglstnav.vim rename to vim/.vim/pack/stargrave/start/chnglstnav/autoload/chnglstnav.vim diff --git a/vim/.vim/plugin/chnglstnav.vim b/vim/.vim/pack/stargrave/start/chnglstnav/plugin/chnglstnav.vim similarity index 100% rename from vim/.vim/plugin/chnglstnav.vim rename to vim/.vim/pack/stargrave/start/chnglstnav/plugin/chnglstnav.vim diff --git a/vim/.vim/autoload/ctags.vim b/vim/.vim/pack/stargrave/start/ctags/autoload/ctags.vim similarity index 100% rename from vim/.vim/autoload/ctags.vim rename to vim/.vim/pack/stargrave/start/ctags/autoload/ctags.vim diff --git a/vim/.vim/plugin/ctags.vim b/vim/.vim/pack/stargrave/start/ctags/plugin/ctags.vim similarity index 100% rename from vim/.vim/plugin/ctags.vim rename to vim/.vim/pack/stargrave/start/ctags/plugin/ctags.vim diff --git a/vim/.vim/autoload/defsplit.vim b/vim/.vim/pack/stargrave/start/defsplit/autoload/defsplit.vim similarity index 100% rename from vim/.vim/autoload/defsplit.vim rename to vim/.vim/pack/stargrave/start/defsplit/autoload/defsplit.vim diff --git a/vim/.vim/plugin/defsplit.vim b/vim/.vim/pack/stargrave/start/defsplit/plugin/defsplit.vim similarity index 100% rename from vim/.vim/plugin/defsplit.vim rename to vim/.vim/pack/stargrave/start/defsplit/plugin/defsplit.vim diff --git a/vim/.vim/autoload/fileline.vim b/vim/.vim/pack/stargrave/start/fileline/autoload/fileline.vim similarity index 100% rename from vim/.vim/autoload/fileline.vim rename to vim/.vim/pack/stargrave/start/fileline/autoload/fileline.vim diff --git a/vim/.vim/plugin/fileline.vim b/vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim similarity index 100% rename from vim/.vim/plugin/fileline.vim rename to vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim diff --git a/vim/.vim/autoload/go/getdoc.vim b/vim/.vim/pack/stargrave/start/go-gogetdoc/autoload/go/getdoc.vim similarity index 100% rename from vim/.vim/autoload/go/getdoc.vim rename to vim/.vim/pack/stargrave/start/go-gogetdoc/autoload/go/getdoc.vim diff --git a/vim/.vim/ftplugin/go/gogetdoc.vim b/vim/.vim/pack/stargrave/start/go-gogetdoc/ftplugin/go/gogetdoc.vim similarity index 100% rename from vim/.vim/ftplugin/go/gogetdoc.vim rename to vim/.vim/pack/stargrave/start/go-gogetdoc/ftplugin/go/gogetdoc.vim diff --git a/vim/.vim/autoload/mylsp.vim b/vim/.vim/pack/stargrave/start/lsp/autoload/mylsp.vim similarity index 100% rename from vim/.vim/autoload/mylsp.vim rename to vim/.vim/pack/stargrave/start/lsp/autoload/mylsp.vim diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/pack/stargrave/start/lsp/plugin/lsp.vim similarity index 100% rename from vim/.vim/plugin/lsp.vim rename to vim/.vim/pack/stargrave/start/lsp/plugin/lsp.vim diff --git a/vim/.vim/autoload/nonhumanhl.vim b/vim/.vim/pack/stargrave/start/nonhumanhl/autoload/nonhumanhl.vim similarity index 100% rename from vim/.vim/autoload/nonhumanhl.vim rename to vim/.vim/pack/stargrave/start/nonhumanhl/autoload/nonhumanhl.vim diff --git a/vim/.vim/plugin/nonhumanhl.vim b/vim/.vim/pack/stargrave/start/nonhumanhl/plugin/nonhumanhl.vim similarity index 100% rename from vim/.vim/plugin/nonhumanhl.vim rename to vim/.vim/pack/stargrave/start/nonhumanhl/plugin/nonhumanhl.vim diff --git a/vim/.vim/autoload/python/importcompl.vim b/vim/.vim/pack/stargrave/start/py-importcompl/autoload/python/importcompl.vim similarity index 100% rename from vim/.vim/autoload/python/importcompl.vim rename to vim/.vim/pack/stargrave/start/py-importcompl/autoload/python/importcompl.vim diff --git a/vim/.vim/autoload/python/unused.vim b/vim/.vim/pack/stargrave/start/py-importcompl/autoload/python/unused.vim similarity index 100% rename from vim/.vim/autoload/python/unused.vim rename to vim/.vim/pack/stargrave/start/py-importcompl/autoload/python/unused.vim diff --git a/vim/.vim/ftplugin/python/importcompl.vim b/vim/.vim/pack/stargrave/start/py-importcompl/ftplugin/python/importcompl.vim similarity index 100% rename from vim/.vim/ftplugin/python/importcompl.vim rename to vim/.vim/pack/stargrave/start/py-importcompl/ftplugin/python/importcompl.vim diff --git a/vim/.vim/autoload/python/pep8.vim b/vim/.vim/pack/stargrave/start/py-pep8/autoload/python/pep8.vim similarity index 100% rename from vim/.vim/autoload/python/pep8.vim rename to vim/.vim/pack/stargrave/start/py-pep8/autoload/python/pep8.vim diff --git a/vim/.vim/ftplugin/python/pep8.vim b/vim/.vim/pack/stargrave/start/py-pep8/ftplugin/python/pep8.vim similarity index 100% rename from vim/.vim/ftplugin/python/pep8.vim rename to vim/.vim/pack/stargrave/start/py-pep8/ftplugin/python/pep8.vim diff --git a/vim/.vim/autoload/python/testname.vim b/vim/.vim/pack/stargrave/start/py-testname/autoload/python/testname.vim similarity index 100% rename from vim/.vim/autoload/python/testname.vim rename to vim/.vim/pack/stargrave/start/py-testname/autoload/python/testname.vim diff --git a/vim/.vim/ftplugin/python/testname.vim b/vim/.vim/pack/stargrave/start/py-testname/ftplugin/python/testname.vim similarity index 100% rename from vim/.vim/ftplugin/python/testname.vim rename to vim/.vim/pack/stargrave/start/py-testname/ftplugin/python/testname.vim diff --git a/vim/.vim/autoload/whereami.vim b/vim/.vim/pack/stargrave/start/whereami/autoload/whereami.vim similarity index 100% rename from vim/.vim/autoload/whereami.vim rename to vim/.vim/pack/stargrave/start/whereami/autoload/whereami.vim diff --git a/vim/.vim/plugin/whereami.vim b/vim/.vim/pack/stargrave/start/whereami/plugin/whereami.vim similarity index 100% rename from vim/.vim/plugin/whereami.vim rename to vim/.vim/pack/stargrave/start/whereami/plugin/whereami.vim diff --git a/vim/.vim/plugin/zshfe.vim b/vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.vim similarity index 100% rename from vim/.vim/plugin/zshfe.vim rename to vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.vim diff --git a/vim/.vim/plugin/zshfe.zsh b/vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.zsh similarity index 100% rename from vim/.vim/plugin/zshfe.zsh rename to vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.zsh