From 23d4ea5307c2cc57eb44ae13c1265bf3f40dc39a Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 21 Oct 2020 00:38:38 +0200 Subject: [PATCH] line spacing in macvim --- vim/vimrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 75d5be8..19ffe1e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -71,11 +71,12 @@ set t_ZR= hi Comment cterm=italic gui=italic hi BadWhitespace ctermbg=lightblue guibg=lightblue if has("gui") - set guioptions-=e - set guioptions-=r - set guioptions-=L - set guifont=Hack\ Nerd\ Font\ Mono:h14 - let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local.fdignore' + set guioptions-=e + set guioptions-=r + set guioptions-=L + set guifont=Hack\ Nerd\ Font\ Mono:h14 + set linespace=1 + let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local.fdignore' endif set bg=dark