about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
author"Viacheslav Lotsmanov" <"lotsmanov89@gmail.com">2022-09-11 17:23:34 +0300
committerViacheslav Lotsmanov <lotsmanov89@gmail.com>2022-09-11 17:28:05 +0300
commit03870e938a90ce9df600f2442fc576f51227bda6 (patch)
tree6ac9cc297aa037cb8f1d464fea24355b5c50c5a6 /pkgs/applications/editors
parentcc46999e0a45051412f736264cdf30da8d429460 (diff)
downloadnixlib-03870e938a90ce9df600f2442fc576f51227bda6.tar
nixlib-03870e938a90ce9df600f2442fc576f51227bda6.tar.gz
nixlib-03870e938a90ce9df600f2442fc576f51227bda6.tar.bz2
nixlib-03870e938a90ce9df600f2442fc576f51227bda6.tar.lz
nixlib-03870e938a90ce9df600f2442fc576f51227bda6.tar.xz
nixlib-03870e938a90ce9df600f2442fc576f51227bda6.tar.zst
nixlib-03870e938a90ce9df600f2442fc576f51227bda6.zip
vimPlugins.haskell-with-unicode-vim: init at 2022-09-11
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 19fd08a4d59f..9ed7903e2826 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -3392,6 +3392,18 @@ final: prev:
     meta.homepage = "https://github.com/neovimhaskell/haskell-vim/";
   };
 
+  haskell-with-unicode-vim = buildVimPluginFrom2Nix {
+    pname = "haskell-with-unicode.vim";
+    version = "2022-09-11";
+    src = fetchFromGitHub {
+      owner = "wenzel-hoffman";
+      repo = "haskell-with-unicode.vim";
+      rev = "28899d6795efe2feaca6b53c20ec5ef3b5a1b761";
+      sha256 = "11a3a981x4av2lvknq1xbxbr8ybgazxfikr45qdm1mby6533kx69";
+    };
+    meta.homepage = "https://github.com/wenzel-hoffman/haskell-with-unicode.vim/";
+  };
+
   hasksyn = buildVimPluginFrom2Nix {
     pname = "hasksyn";
     version = "2014-09-04";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index c900a9865dca..4708e3c2c9bd 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -284,6 +284,7 @@ https://github.com/junegunn/gv.vim/,,
 https://git.sr.ht/~sircmpwn/hare.vim,HEAD,
 https://github.com/ThePrimeagen/harpoon/,,
 https://github.com/neovimhaskell/haskell-vim/,,
+https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,
 https://github.com/travitch/hasksyn/,,
 https://github.com/Yggdroot/hiPairs/,,
 https://github.com/mpickering/hlint-refactor-vim/,,