summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2021-07-16 22:31:43 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-16 15:14:08 -0700
commit79225c623d2f07f095251d3e509cc6a4cee6119e (patch)
tree390edd874d1b8fca19db8a9346880596f9851d8e
parent79a4590495310379f5e55f89296bf213da441427 (diff)
downloadnixpkgs-79225c623d2f07f095251d3e509cc6a4cee6119e.tar
nixpkgs-79225c623d2f07f095251d3e509cc6a4cee6119e.tar.gz
nixpkgs-79225c623d2f07f095251d3e509cc6a4cee6119e.tar.bz2
nixpkgs-79225c623d2f07f095251d3e509cc6a4cee6119e.tar.lz
nixpkgs-79225c623d2f07f095251d3e509cc6a4cee6119e.tar.xz
nixpkgs-79225c623d2f07f095251d3e509cc6a4cee6119e.tar.zst
nixpkgs-79225c623d2f07f095251d3e509cc6a4cee6119e.zip
vimPlugin.nterm-nvim: init at 2021-07-16
-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 dfc5f19de1d..9eb3b04dd7f 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -3406,6 +3406,18 @@ final: prev:
     meta.homepage = "https://github.com/chrisbra/NrrwRgn/";
   };
 
+  nterm-nvim = buildVimPluginFrom2Nix {
+    pname = "nterm-nvim";
+    version = "2021-07-16";
+    src = fetchFromGitHub {
+      owner = "jlesquembre";
+      repo = "nterm.nvim";
+      rev = "8076f2960512d50a93ffd3d9b04499f9d4fbe793";
+      sha256 = "0z2d9jvw7yf415mpvqlx5vc8k9n02vc28v4p1fimvz7axcv67361";
+    };
+    meta.homepage = "https://github.com/jlesquembre/nterm.nvim/";
+  };
+
   numb-nvim = buildVimPluginFrom2Nix {
     pname = "numb-nvim";
     version = "2021-07-12";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 3ed642d76e8..02280936740 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -251,6 +251,7 @@ jiangmiao/auto-pairs
 jistr/vim-nerdtree-tabs
 jjo/vim-cue
 jlanzarotta/bufexplorer
+jlesquembre/nterm.nvim
 jnurmine/zenburn
 jonbri/vim-colorstepper
 jonsmithers/vim-html-template-literals