aboutsummaryrefslogtreecommitdiff
path: root/ligature_plugins/README.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-01 17:18:11 +0100
committerAkshay <[email protected]>2021-10-01 17:20:12 +0100
commit6b31fa5d24df2949c7987f6fa349e6ef86e2fc00 (patch)
tree3acbdde2aa3b80e6a22b4d781efd5cd0d598028b /ligature_plugins/README.md
parent3bad67b25652306f49b77deb3f176eff73876632 (diff)
rework builds to use nix flakesv2.3
Diffstat (limited to 'ligature_plugins/README.md')
-rw-r--r--ligature_plugins/README.md2
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
15cp ligature_plugins/rust.vim ~/.vim/after/syntax/ 15cp ligature_plugins/rust.vim ~/.vim/after/syntax/
16 ``` 16 ```
17 17
18If you have `set conceallevel=0` if your `vimrc`, remove it. 18If you have `set conceallevel=0` in your `vimrc`, remove it.
19 19
20Big thanks to [romeovs](https://github.com/romeovs/) for 20Big thanks to [romeovs](https://github.com/romeovs/) for
21creating the haskell plugin and the idea of ligatures via 21creating the haskell plugin and the idea of ligatures via