diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index 428075ab..753f628c 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -10,7 +10,7 @@ set period 1
 set cursorpreviewfmt "\033[7;90m"
 set promptfmt "\033[34;1m%u\033[36m@\033[34m%h \033[35m[\033[0;1m%d\033[35m]\033[32m ยป \033[33m%f\033[0m"
 
-# This might seem awkward, but it it needed to trigger the open for the taolf nvim plugin
+# HACK: This is needed to trigger the opening function of the taolf nvim plugin
 cmd open ${{
     set +u
     [ "$lf_user_multiedit" = "true" ] && { $EDITOR $fx; return; }