vim:coc: Update and switch to release branch

This makes the installation via `yarn` obsolete (it was also outdated).
This commit is contained in:
2025-03-10 16:19:59 +01:00
parent d23ed6a5cb
commit f15ad722f4
3 changed files with 2 additions and 4 deletions

1
.gitmodules vendored
View File

@@ -52,6 +52,7 @@
[submodule "coc.nvim"] [submodule "coc.nvim"]
path = .local/share/vim/pack/plugins/opt/coc.nvim path = .local/share/vim/pack/plugins/opt/coc.nvim
url = https://github.com/neoclide/coc.nvim url = https://github.com/neoclide/coc.nvim
branch = release
[submodule "cocci-syntax"] [submodule "cocci-syntax"]
path = .local/share/vim/pack/plugins/opt/cocci-syntax path = .local/share/vim/pack/plugins/opt/cocci-syntax
url = https://github.com/ahf/cocci-syntax url = https://github.com/ahf/cocci-syntax

View File

@@ -29,9 +29,6 @@
- -
command: cd .config/zsh/plugins/stderred && make command: cd .config/zsh/plugins/stderred && make
description: Building stderred 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 command: ! command -v gpg >/dev/null 2>&1 || mkdir -p ~/.local/share/gnupg
description: Creating GNUPGHOME if necessary description: Creating GNUPGHOME if necessary