about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorColin Arnott <colin@urandom.co.uk>2022-08-01 12:54:33 +0000
committerColin Arnott <colin@urandom.co.uk>2022-08-17 10:58:09 +0000
commit89361f7b9986e2d5f5db1a902290bd23f2dc80db (patch)
tree7141b916908ff98a7781e80d3cf93caaa7b070dc /pkgs/applications/editors/vim
parent52edc85c1f45de5acc4b7c8b900d8b31ce95ea5c (diff)
downloadnixlib-89361f7b9986e2d5f5db1a902290bd23f2dc80db.tar
nixlib-89361f7b9986e2d5f5db1a902290bd23f2dc80db.tar.gz
nixlib-89361f7b9986e2d5f5db1a902290bd23f2dc80db.tar.bz2
nixlib-89361f7b9986e2d5f5db1a902290bd23f2dc80db.tar.lz
nixlib-89361f7b9986e2d5f5db1a902290bd23f2dc80db.tar.xz
nixlib-89361f7b9986e2d5f5db1a902290bd23f2dc80db.tar.zst
nixlib-89361f7b9986e2d5f5db1a902290bd23f2dc80db.zip
gotags: reinit at 1.4.1
This change reverts #176044 and #178000, as well as updating the version
to the latest stable release. Unfortunately, despite the lack of updates
to gotags, it is still depended upon by vim-go, thus we must keep it
around until they (and other consumers) have removed it from the
dependency trees.

This change also adds myself as a maintainer, since I would not wish the
burden of this package's maintanence on anybody else.
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index b2477665ec90..8f805d1254ee 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -103,6 +103,7 @@
 , golint
 , gomodifytags
 , gopls
+, gotags
 , gotools
 , iferr
 , impl
@@ -1045,7 +1046,7 @@ self: super: {
         gomodifytags
         gopls
         # gorename
-        # gotags
+        gotags
         gotools
         # guru
         iferr