From e00dc5a1656409d9220108c64737b927679eac72 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Sun, 20 Dec 2015 23:09:28 +0500 Subject: [PATCH] Created MacVim instructions (markdown) --- MacVim-instructions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MacVim-instructions.md diff --git a/MacVim-instructions.md b/MacVim-instructions.md new file mode 100644 index 0000000..692ada0 --- /dev/null +++ b/MacVim-instructions.md @@ -0,0 +1,8 @@ +Add this to `~/.gvimrc`: + +``` +set macligatures +set guifont=Fira\ Code:h12 +``` + +MacVim supports ligatures starting from version 7.4. \ No newline at end of file