From d68f7cdd4288e1b7b4564ae78be4789c89a71a81 Mon Sep 17 00:00:00 2001 From: Viacheslav Lotsmanov Date: Sun, 11 Sep 2022 05:31:12 +0300 Subject: [PATCH] README: Add a link to a fork with Unicode support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ed0db83..e85426e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ own based on [idris-vim][]. I hope you find this useful. +N.B. If you are looking for `UnicodeSyntax` language extension support +take a look at a fork of this plugin: [haskell-with-unicode.vim][] + ![Screenshot](http://raichoo.github.io/images/haskell-vim.png) ## Features @@ -140,3 +143,4 @@ indentation using *hindent*. [Pathogen]: https://github.com/tpope/vim-pathogen [idris-vim]: https://github.com/idris-hackers/idris-vim +[haskell-with-unicode.vim]: https://github.com/wenzel-hoffman/haskell-with-unicode.vim