summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorjfvillablanca <31008330+jfvillablanca@users.noreply.github.com>2023-10-11 18:14:56 +0800
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-10-17 11:38:31 +0200
commit047c7d50fc3eed27598bcd7673e7597fa2753594 (patch)
tree4b7b55aa59b4aa3fdec7d41333582f382dfe4928 /pkgs/applications/editors
parenta431eef36f3ec5dde105bfb874089454d235b89f (diff)
downloadnixpkgs-047c7d50fc3eed27598bcd7673e7597fa2753594.tar
nixpkgs-047c7d50fc3eed27598bcd7673e7597fa2753594.tar.gz
nixpkgs-047c7d50fc3eed27598bcd7673e7597fa2753594.tar.bz2
nixpkgs-047c7d50fc3eed27598bcd7673e7597fa2753594.tar.lz
nixpkgs-047c7d50fc3eed27598bcd7673e7597fa2753594.tar.xz
nixpkgs-047c7d50fc3eed27598bcd7673e7597fa2753594.tar.zst
nixpkgs-047c7d50fc3eed27598bcd7673e7597fa2753594.zip
vimPlugins: resolve github repository redirects
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix30
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix4
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
3 files changed, 20 insertions, 15 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 31d3e3881b9..332a3fdd6a7 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -5999,12 +5999,12 @@ final: prev:
 
   neogit = buildVimPlugin {
     pname = "neogit";
-    version = "2023-10-10";
+    version = "2023-10-11";
     src = fetchFromGitHub {
       owner = "NeogitOrg";
       repo = "neogit";
-      rev = "76182ae5c6501b6238a7cd9971e3a607c7122cd7";
-      sha256 = "1bq3djhagli58gmjwv7qbr14rflk0m967rrwbz0376l9sxd5yf87";
+      rev = "d3fbf8b48f4f8bc406eb23f8b06eb912776f8cb0";
+      sha256 = "0czznf4n24aaw0l45qy7dlb4sx2c3gmdb2q4z3wqmw7525n2lik6";
     };
     meta.homepage = "https://github.com/NeogitOrg/neogit/";
   };
@@ -10303,6 +10303,18 @@ final: prev:
     meta.homepage = "https://github.com/folke/twilight.nvim/";
   };
 
+  typescript-tools-nvim = buildVimPlugin {
+    pname = "typescript-tools.nvim";
+    version = "2023-10-04";
+    src = fetchFromGitHub {
+      owner = "pmizio";
+      repo = "typescript-tools.nvim";
+      rev = "ebddb35900bbf5fa41fffa0463b676bf08e474e6";
+      sha256 = "13npmhilg10hrhlbywxc9y1cxz4mmgch8m80jffshrfw7q14nbal";
+    };
+    meta.homepage = "https://github.com/pmizio/typescript-tools.nvim/";
+  };
+
   typescript-vim = buildVimPlugin {
     pname = "typescript-vim";
     version = "2023-10-08";
@@ -15973,18 +15985,6 @@ final: prev:
     meta.homepage = "https://github.com/nanotee/zoxide.vim/";
   };
 
-  typescript-tools-nvim = buildVimPlugin {
-    pname = "typescript-tools.nvim";
-    version = "2023-10-04";
-    src = fetchFromGitHub {
-      owner = "pmizio";
-      repo = "typescript-tools.nvim";
-      rev = "ebddb35900bbf5fa41fffa0463b676bf08e474e6";
-      sha256 = "13npmhilg10hrhlbywxc9y1cxz4mmgch8m80jffshrfw7q14nbal";
-    };
-    meta.homepage = "https://github.com/pmizio/typescript-tools.nvim/";
-  };
-
   catppuccin-nvim = buildVimPlugin {
     pname = "catppuccin-nvim";
     version = "2023-10-05";
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index bf3181f8fe7..a4ac18ea101 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1246,6 +1246,10 @@ self: super: {
       meta.maintainers = with lib.maintainers; [enderger];
     };
 
+  typescript-tools-nvim = super.typescript-tools-nvim.overrideAttrs {
+    dependencies = with self; [ nvim-lspconfig plenary-nvim ];
+  };
+
   unicode-vim =
     let
       unicode-data = fetchurl {
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 386bfba2fec..ab353da48e2 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -864,6 +864,7 @@ https://github.com/Pocco81/true-zen.nvim/,,
 https://github.com/jgdavey/tslime.vim/,,
 https://github.com/Quramy/tsuquyomi/,,
 https://github.com/folke/twilight.nvim/,,
+https://github.com/pmizio/typescript-tools.nvim/,,
 https://github.com/leafgarland/typescript-vim/,,
 https://github.com/jose-elias-alvarez/typescript.nvim/,,
 https://github.com/kaarmu/typst.vim/,HEAD,