summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorSean Haugh <sean@lfo.team>2018-11-19 12:18:07 -0600
committerSean Haugh <sean@lfo.team>2018-11-19 12:20:25 -0600
commitd57d873501ba7729501d7267a7bcab5aaae302bf (patch)
treeaa43869f34cc7755945b1270d825782830116f4f /pkgs/misc/vim-plugins
parent9434dc3dfba22d4293a4f55739115c0f37487edf (diff)
downloadnixpkgs-d57d873501ba7729501d7267a7bcab5aaae302bf.tar
nixpkgs-d57d873501ba7729501d7267a7bcab5aaae302bf.tar.gz
nixpkgs-d57d873501ba7729501d7267a7bcab5aaae302bf.tar.bz2
nixpkgs-d57d873501ba7729501d7267a7bcab5aaae302bf.tar.lz
nixpkgs-d57d873501ba7729501d7267a7bcab5aaae302bf.tar.xz
nixpkgs-d57d873501ba7729501d7267a7bcab5aaae302bf.tar.zst
nixpkgs-d57d873501ba7729501d7267a7bcab5aaae302bf.zip
vimPlugins.vim-ps1: init at 2017-10-20
Diffstat (limited to 'pkgs/misc/vim-plugins')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 12 insertions, 1 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 0c30c92722c..3f1147aa80e 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -2871,6 +2871,16 @@
     };
   };
 
+  vim-ps1 = buildVimPluginFrom2Nix {
+    name = "vim-ps1-2017-10-20";
+    src = fetchFromGitHub {
+      owner = "PProvost";
+      repo = "vim-ps1";
+      rev = "0b2509f210f5dc73001fdcfe8fd7ac354b363388";
+      sha256 = "0fkqd9xnr0310pmi5hjxfwh9x6b75z6q1w8qp1alm4qcv425q9rm";
+    };
+  };
+
   vim-puppet = buildVimPluginFrom2Nix {
     name = "vim-puppet-2018-09-24";
     src = fetchFromGitHub {
@@ -3572,4 +3582,4 @@
       sha256 = "04pv7mmlz9ccgzfg8sycqxplaxpbyh7pmhwcw47b2xwnazjz49d6";
     };
   };
-}
\ No newline at end of file
+}
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 113993cee73..c369328c8d5 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -217,6 +217,7 @@ phanviet/vim-monokai-pro
 plasticboy/vim-markdown
 posva/vim-vue
 powerman/vim-plugin-AnsiEsc
+PProvost/vim-ps1
 python-mode/python-mode
 Quramy/tsuquyomi
 racer-rust/vim-racer