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 /.gitmodules | |
parent | a5d088500956744c70e7ca2d086fff04d19e5e4d (diff) |
vim: move molokai under pack/*/opt
Per recommendation under |pack-add|
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 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 |