aboutsummaryrefslogtreecommitdiff
path: root/ligature_plugins/haskell.vim
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-02-13 11:49:15 +0000
committerNerdyPepper <[email protected]>2018-02-13 11:49:15 +0000
commit1920eb19f0efd0477c171b4eeda6b979fdefbe18 (patch)
tree44b9604cd6590129cef9baacc3b3354a0cee808f /ligature_plugins/haskell.vim
parent1492427be5317478f040aff795439eb092173e6b (diff)
Add ligature plugins, installation instructions
Diffstat (limited to 'ligature_plugins/haskell.vim')
-rw-r--r--ligature_plugins/haskell.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ligature_plugins/haskell.vim b/ligature_plugins/haskell.vim
index b556b0a..e582dc7 100644
--- a/ligature_plugins/haskell.vim
+++ b/ligature_plugins/haskell.vim
@@ -3,7 +3,7 @@
3 3
4 4
5" set correct conceal 5" set correct conceal
6set conceallevel=1 6setlocal conceallevel=1
7 7
8" lambda's 8" lambda's
9syntax match hsLambda "\\" conceal cchar=λ 9syntax match hsLambda "\\" conceal cchar=λ