From 5d50cfe49d8cf511ca1c64efaf2355ad072fc4f6 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Thu, 4 Jul 2019 03:45:26 -0400 Subject: [PATCH] vim: use macvim extra settings --- vim/vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 65fb07e..8d41053 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -137,7 +137,7 @@ else set termguicolors endif -" OS-specific settings +" GUI-specific settings if has('gui_running') if has('gui_win32') set guifont=PxPlus_IBM_EGA8:h12:cDEFAULT:qDRAFT @@ -147,9 +147,14 @@ if has('gui_running') elseif has('gui_macvim') set guifont=IBMPlexMono-Text:h14 set linespace=-3 + set blurradius=20 + set macligatures + set macmeta + set transparency=10 endif endif +" OS-specific settings if has('win32') " windows sucks let $PATH='G:\msys64\usr\bin;'.$PATH