From f15ad722f491dbe98ec268339d077e999a19f003 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 10 Mar 2025 16:19:59 +0100 Subject: [PATCH] vim:coc: Update and switch to release branch This makes the installation via `yarn` obsolete (it was also outdated). --- .gitmodules | 1 + .local/share/vim/pack/plugins/opt/coc.nvim | 2 +- meta/install.conf.yaml | 3 --- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index eba1174..b0d73c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,6 +52,7 @@ [submodule "coc.nvim"] path = .local/share/vim/pack/plugins/opt/coc.nvim url = https://github.com/neoclide/coc.nvim + branch = release [submodule "cocci-syntax"] path = .local/share/vim/pack/plugins/opt/cocci-syntax url = https://github.com/ahf/cocci-syntax diff --git a/.local/share/vim/pack/plugins/opt/coc.nvim b/.local/share/vim/pack/plugins/opt/coc.nvim index 1d3c525..373623b 160000 --- a/.local/share/vim/pack/plugins/opt/coc.nvim +++ b/.local/share/vim/pack/plugins/opt/coc.nvim @@ -1 +1 @@ -Subproject commit 1d3c525e2d6af0c07ed19fa7a5016ffc6a9e8421 +Subproject commit 373623b1fe26f9f1955d7b307f635b13ec1d7093 diff --git a/meta/install.conf.yaml b/meta/install.conf.yaml index 18f04de..b23ad02 100644 --- a/meta/install.conf.yaml +++ b/meta/install.conf.yaml @@ -29,9 +29,6 @@ - command: cd .config/zsh/plugins/stderred && make description: Building stderred - - - command: cd .config/vim/pack/plugins/opt/coc.nvim && yarn install --frozen-lockfile - description: Installing coc.nvim - command: ! command -v gpg >/dev/null 2>&1 || mkdir -p ~/.local/share/gnupg description: Creating GNUPGHOME if necessary