From 87a621aad9c964cb4a4f0268bf4cb892860e5ea9 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Mon, 13 Nov 2023 22:08:43 +0100 Subject: [PATCH] Use stock Neovim repository as submodule --- .gitmodules | 2 +- Neovim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4e55fa4ce..fbdd43384 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Neovim"] path = Neovim - url = git@github.com:qvacua/neovim.git + url = https://github.com/neovim/neovim.git diff --git a/Neovim b/Neovim index 4a6024b46..48bcc7b97 160000 --- a/Neovim +++ b/Neovim @@ -1 +1 @@ -Subproject commit 4a6024b465fee813066b34dc620ff1e7000424c1 +Subproject commit 48bcc7b9710d6db619b05254ea87f4087cdd9764