diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-16 17:15:53 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-16 17:15:53 -0300 |
commit | db44a8cbb3da323d6ef3520c7079db20bf63985e (patch) | |
tree | 719885dc45ad24c22a781c11123f77728683d9b3 | |
parent | a5d088500956744c70e7ca2d086fff04d19e5e4d (diff) |
vim: move molokai under pack/*/opt
Per recommendation under |pack-add|
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | .vim/pack/theming/opt/molokai (renamed from .vim/pack/theming/start/molokai) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 0597e3b..046493e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,7 +14,7 @@ path = .vim/pack/tooling/start/eslint url = git@github.com:eslint/eslint.git [submodule ".vim/pack/theming/molokai"] - path = .vim/pack/theming/start/molokai + path = .vim/pack/theming/opt/molokai url = git@github.com:tomasr/molokai.git [submodule ".vim/pack/editing/start/Vimacs"] path = .vim/pack/editing/start/Vimacs diff --git a/.vim/pack/theming/start/molokai b/.vim/pack/theming/opt/molokai -Subproject c67bdfcdb31415aa0ade7f8c003261700a88547 +Subproject c67bdfcdb31415aa0ade7f8c003261700a88547 |