about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-12 10:18:38 -0400
committerGitHub <noreply@github.com>2022-09-12 10:18:38 -0400
commit10aa63a3eb1d5bec358be10a04d6d99696b28800 (patch)
tree33bebcacaf839610eb6dcfdab844012f809ab50c /pkgs/applications/editors
parenta70ab744093927432439b6e33de47a50c2afb20e (diff)
parent03870e938a90ce9df600f2442fc576f51227bda6 (diff)
downloadnixlib-10aa63a3eb1d5bec358be10a04d6d99696b28800.tar
nixlib-10aa63a3eb1d5bec358be10a04d6d99696b28800.tar.gz
nixlib-10aa63a3eb1d5bec358be10a04d6d99696b28800.tar.bz2
nixlib-10aa63a3eb1d5bec358be10a04d6d99696b28800.tar.lz
nixlib-10aa63a3eb1d5bec358be10a04d6d99696b28800.tar.xz
nixlib-10aa63a3eb1d5bec358be10a04d6d99696b28800.tar.zst
nixlib-10aa63a3eb1d5bec358be10a04d6d99696b28800.zip
Merge pull request #190784 from wenzel-hoffman/init-vim-plugin-haskell-with-unicode
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/,,