diff options
author | NerdyPepper <[email protected]> | 2018-02-13 11:49:15 +0000 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2018-02-13 11:49:15 +0000 |
commit | 1920eb19f0efd0477c171b4eeda6b979fdefbe18 (patch) | |
tree | 44b9604cd6590129cef9baacc3b3354a0cee808f /ligature_plugins/haskell.vim | |
parent | 1492427be5317478f040aff795439eb092173e6b (diff) |
Add ligature plugins, installation instructions
Diffstat (limited to 'ligature_plugins/haskell.vim')
-rw-r--r-- | ligature_plugins/haskell.vim | 2 |
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 |
6 | set conceallevel=1 | 6 | setlocal conceallevel=1 |
7 | 7 | ||
8 | " lambda's | 8 | " lambda's |
9 | syntax match hsLambda "\\" conceal cchar=λ | 9 | syntax match hsLambda "\\" conceal cchar=λ |