From 16d755f4ff82b05239974ed1b50b054ca9c5b334 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Tue, 28 May 2024 01:06:48 +0700 Subject: [PATCH] chore: remove comment --- lua/plugins/file-management.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/file-management.lua b/lua/plugins/file-management.lua index 0292082..d5edd87 100644 --- a/lua/plugins/file-management.lua +++ b/lua/plugins/file-management.lua @@ -18,7 +18,7 @@ return { }, winbar = { enabled = true, - name_formatter = function(term) -- term: Terminal + name_formatter = function(term) return term.name end, },