diff options
Diffstat (limited to 'ligature_plugins')
-rw-r--r-- | ligature_plugins/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ligature_plugins/README.md b/ligature_plugins/README.md index 7173d61..75c6963 100644 --- a/ligature_plugins/README.md +++ b/ligature_plugins/README.md | |||
@@ -15,7 +15,7 @@ mkdir -p ~/.vim/after/syntax | |||
15 | cp ligature_plugins/rust.vim ~/.vim/after/syntax/ | 15 | cp ligature_plugins/rust.vim ~/.vim/after/syntax/ |
16 | ``` | 16 | ``` |
17 | 17 | ||
18 | If you have `set conceallevel=0` if your `vimrc`, remove it. | 18 | If you have `set conceallevel=0` in your `vimrc`, remove it. |
19 | 19 | ||
20 | Big thanks to [romeovs](https://github.com/romeovs/) for | 20 | Big thanks to [romeovs](https://github.com/romeovs/) for |
21 | creating the haskell plugin and the idea of ligatures via | 21 | creating the haskell plugin and the idea of ligatures via |