about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-15 14:43:45 -0400
committerGitHub <noreply@github.com>2022-09-15 14:43:45 -0400
commit56d31abe125086e8fed24284be208ee42dc63e50 (patch)
tree3338467a8546a215750fce01d4fd70795d9e30f0
parent1315a28f885a82c3e84cf7e713fe5b6347bdd4c0 (diff)
parent9b65473a3b76f2144acd5f4aabce059e3d5e344b (diff)
downloadnixlib-56d31abe125086e8fed24284be208ee42dc63e50.tar
nixlib-56d31abe125086e8fed24284be208ee42dc63e50.tar.gz
nixlib-56d31abe125086e8fed24284be208ee42dc63e50.tar.bz2
nixlib-56d31abe125086e8fed24284be208ee42dc63e50.tar.lz
nixlib-56d31abe125086e8fed24284be208ee42dc63e50.tar.xz
nixlib-56d31abe125086e8fed24284be208ee42dc63e50.tar.zst
nixlib-56d31abe125086e8fed24284be208ee42dc63e50.zip
Merge pull request #191346 from jlesquembre/vim-nickel
vimPlugins.vim-nickel: init at 2022-03-16
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 5b473ef8c49c..c602ff209aef 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -10628,6 +10628,18 @@ final: prev:
     meta.homepage = "https://github.com/kana/vim-niceblock/";
   };
 
+  vim-nickel = buildVimPluginFrom2Nix {
+    pname = "vim-nickel";
+    version = "2022-03-16";
+    src = fetchFromGitHub {
+      owner = "nickel-lang";
+      repo = "vim-nickel";
+      rev = "2f0f5f8ce2a8e719a5e39d7210ca914ae403374c";
+      sha256 = "1li3wc5164mcqrvj42dc8zh3j8wml10gpgffapnjilwa5c85kv3q";
+    };
+    meta.homepage = "https://github.com/nickel-lang/vim-nickel/";
+  };
+
   vim-ninja-feet = buildVimPluginFrom2Nix {
     pname = "vim-ninja-feet";
     version = "2021-05-27";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 92910fdff010..8639d8a4af36 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -892,6 +892,7 @@ https://github.com/tiagofumo/vim-nerdtree-syntax-highlight/,,
 https://github.com/jistr/vim-nerdtree-tabs/,,
 https://github.com/nfnty/vim-nftables/,,
 https://github.com/kana/vim-niceblock/,,
+https://github.com/nickel-lang/vim-nickel/,main,
 https://github.com/tommcdo/vim-ninja-feet/,,
 https://github.com/LnL7/vim-nix/,,
 https://github.com/symphorien/vim-nixhash/,,