about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2022-09-15 17:06:41 +0200
committerJosé Luis Lafuente <jl@lafuente.me>2022-09-15 17:06:41 +0200
commit9b65473a3b76f2144acd5f4aabce059e3d5e344b (patch)
treee560d06a00bc4cb9aa41e29f7f7b900fff10a9c8 /pkgs/applications/editors
parent226a0b3cc7cb97da36738ef94c599bffd28ec3e3 (diff)
downloadnixlib-9b65473a3b76f2144acd5f4aabce059e3d5e344b.tar
nixlib-9b65473a3b76f2144acd5f4aabce059e3d5e344b.tar.gz
nixlib-9b65473a3b76f2144acd5f4aabce059e3d5e344b.tar.bz2
nixlib-9b65473a3b76f2144acd5f4aabce059e3d5e344b.tar.lz
nixlib-9b65473a3b76f2144acd5f4aabce059e3d5e344b.tar.xz
nixlib-9b65473a3b76f2144acd5f4aabce059e3d5e344b.tar.zst
nixlib-9b65473a3b76f2144acd5f4aabce059e3d5e344b.zip
vimPlugins.vim-nickel: init at 2022-03-16
Diffstat (limited to 'pkgs/applications/editors')
-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/,,