From 745433f3d35c74ef2457b27c8d587f0efe61326f Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 23 Jun 2024 07:39:22 -0400 Subject: [PATCH] add haskell filetype vim comment --- .config/xmobar/xmobarrc-bottom | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/xmobar/xmobarrc-bottom b/.config/xmobar/xmobarrc-bottom index e85b251..252ff7c 100644 --- a/.config/xmobar/xmobarrc-bottom +++ b/.config/xmobar/xmobarrc-bottom @@ -12,3 +12,5 @@ Config , Run PipeReader "/tmp/pipe-nowplaying" "nowplaying" ] } + +-- vim:ft=haskell