From 4d30abd6ee9d9a8035fca301ec603a6a16f3307d Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 16 Oct 2022 10:31:51 -0700 Subject: [PATCH] fix commentary submodule --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7465a9f..7e08f9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -162,8 +162,8 @@ path = src/frink.alfredworkflow url = https://github.com/kejadlen/frink.alfredworkflow [submodule "commentary"] - path = .local/share/nvim/site/pack/alpha/start/paramount - url = https://git.kejadlen.dev/alpha/vim-colors-paramount.git + path = .local/share/nvim/site/pack/alpha/start/commentary + url = https://github.com/tpope/vim-commentary.git branch = main shallow = true [submodule "lspconfig"]