about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-07-24 22:07:37 -0400
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-27 12:19:19 -0700
commit6d118402f2f0ee2353ac0b1703d40adceda8155e (patch)
treefda7b4c9d61226c7cde7ee08d9158b65539366b1
parentb8d14783c2302bf21e90e74f06b78f29513a5a76 (diff)
downloadnixlib-6d118402f2f0ee2353ac0b1703d40adceda8155e.tar
nixlib-6d118402f2f0ee2353ac0b1703d40adceda8155e.tar.gz
nixlib-6d118402f2f0ee2353ac0b1703d40adceda8155e.tar.bz2
nixlib-6d118402f2f0ee2353ac0b1703d40adceda8155e.tar.lz
nixlib-6d118402f2f0ee2353ac0b1703d40adceda8155e.tar.xz
nixlib-6d118402f2f0ee2353ac0b1703d40adceda8155e.tar.zst
nixlib-6d118402f2f0ee2353ac0b1703d40adceda8155e.zip
vimPlugins.goto-preview: init at 2021-06-20
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index fb51f4dab7da..b2d5a726fa2e 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -1941,6 +1941,18 @@ final: prev:
     meta.homepage = "https://github.com/buoto/gotests-vim/";
   };
 
+  goto-preview = buildVimPluginFrom2Nix {
+    pname = "goto-preview";
+    version = "2021-06-20";
+    src = fetchFromGitHub {
+      owner = "rmagatti";
+      repo = "goto-preview";
+      rev = "39aa1e0334b577c59c4f7177ef36624bdd83f100";
+      sha256 = "0rr22r1yp7s3hqfdqf48wlv2bqw9j5izwgm3np7x1ygp85xizcbg";
+    };
+    meta.homepage = "https://github.com/rmagatti/goto-preview/";
+  };
+
   goyo-vim = buildVimPluginFrom2Nix {
     pname = "goyo-vim";
     version = "2020-08-29";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index e134963d453b..fc699509360f 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -575,6 +575,7 @@ RishabhRD/popfix
 rktjmp/fwatch.nvim@main
 rktjmp/lush.nvim@main
 rmagatti/auto-session@main
+rmagatti/goto-preview@main
 rodjek/vim-puppet
 romainl/vim-cool
 romainl/vim-qf