diff options
author | Akshay <[email protected]> | 2021-10-01 17:18:11 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-01 17:20:12 +0100 |
commit | 6b31fa5d24df2949c7987f6fa349e6ef86e2fc00 (patch) | |
tree | 3acbdde2aa3b80e6a22b4d781efd5cd0d598028b /ligature_plugins | |
parent | 3bad67b25652306f49b77deb3f176eff73876632 (diff) |
rework builds to use nix flakesv2.3
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 |