add gittag conf for vim plugins, alias confs, fix psql as own package

Vim plugins with gittag source:
- vim-airline, vim-airline-themes, vim-ale, vim-devicons, vim-go
- vim-nerdtree, vim-prettier, vim-rust, vim-sensible, vim-shfmt
- vim-syntastic

rust.vim is a directory symlink to vim-rust, so it shares the same
releases.conf automatically.

Alias confs (alias_of):
- postgresql → postgres
- postgresql-client, postgres-client → psql
- mariadb-server, mariadbd → mariadb
- gnupg → gpg, iterm → iterm2, ziglang → zig
- trippy → trip, powershell → pwsh

Fix: psql is its own package (postgres client), not an alias of
postgres (server). Both use the same GitHub repo
(bnnanet/postgresql-releases) but install different binaries.
This commit is contained in:
AJ ONeal
2026-03-09 23:24:35 -06:00
parent 7f0c92e262
commit efda7c60aa
22 changed files with 35 additions and 1 deletions

1
gnupg/releases.conf Normal file
View File

@@ -0,0 +1 @@
alias_of = gpg

1
iterm/releases.conf Normal file
View File

@@ -0,0 +1 @@
alias_of = iterm2

View File

@@ -0,0 +1 @@
alias_of = mariadb

1
mariadbd/releases.conf Normal file
View File

@@ -0,0 +1 @@
alias_of = mariadb

View File

@@ -0,0 +1 @@
alias_of = psql

View File

@@ -0,0 +1 @@
alias_of = psql

1
postgresql/releases.conf Normal file
View File

@@ -0,0 +1 @@
alias_of = postgres

1
powershell/releases.conf Normal file
View File

@@ -0,0 +1 @@
alias_of = pwsh

View File

@@ -1 +1,3 @@
alias_of = postgres
source = github
owner = bnnanet
repo = postgresql-releases

1
trippy/releases.conf Normal file
View File

@@ -0,0 +1 @@
alias_of = trip

View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/vim-airline/vim-airline-themes.git

View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/vim-airline/vim-airline.git

2
vim-ale/releases.conf Normal file
View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/dense-analysis/ale.git

View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/ryanoasis/vim-devicons.git

2
vim-go/releases.conf Normal file
View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/fatih/vim-go.git

View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/preservim/nerdtree.git

View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/prettier/vim-prettier.git

2
vim-rust/releases.conf Normal file
View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/rust-lang/rust.vim.git

View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/tpope/vim-sensible.git

2
vim-shfmt/releases.conf Normal file
View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/z0mbix/vim-shfmt.git

View File

@@ -0,0 +1,2 @@
source = gittag
url = https://github.com/vim-syntastic/syntastic.git

1
ziglang/releases.conf Normal file
View File

@@ -0,0 +1 @@
alias_of = zig