From 2522fd2fed48862d2f1a1ea84ecc2b30727d1809 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Sun, 10 Oct 2021 22:20:34 +0200 Subject: [PATCH] Make vim-digital optional --- .gitmodules | 3 --- {start => opt}/vim-digital | 0 2 files changed, 3 deletions(-) rename {start => opt}/vim-digital (100%) diff --git a/.gitmodules b/.gitmodules index 0404c6a..6745540 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,9 +64,6 @@ [submodule "start/vim-gitignore"] path = start/vim-gitignore url = https://github.com/gisphm/vim-gitignore -[submodule "start/vim-digital"] - path = start/vim-digital - url = https://github.com/Siphalor/vim-digital [submodule "start\\vim-graphql"] path = start\\vim-graphql url = https://github.com/jparise/vim-graphql diff --git a/start/vim-digital b/opt/vim-digital similarity index 100% rename from start/vim-digital rename to opt/vim-digital