From e6866527b742b9a5362fcfcb281cd99b3a3eb227 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 27 Aug 2023 19:27:55 +0200 Subject: [PATCH] fix fzf --- dot_vimrc.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_vimrc.tmpl b/dot_vimrc.tmpl index c47c950..fab71b2 100644 --- a/dot_vimrc.tmpl +++ b/dot_vimrc.tmpl @@ -29,10 +29,10 @@ filetype plugin on " Load an indent file for the detected file type. filetype indent on -" MacOS fzf port -{{- if eq .chezmoi.os "darwin" -}} +" Device Specefic Ports +{{ if eq .chezmoi.os "darwin" }} set rtp+=/opt/homebrew/opt/fzf -{{- end -}} +{{ end }} " Turn syntax highlighting on. syntax on