From bc15d55e0030b86bff40679ab4bd27a24a1e5321 Mon Sep 17 00:00:00 2001 From: 409 Date: Tue, 2 Jul 2024 03:44:26 +0200 Subject: [PATCH] formatting: reformat statusline.lua --- lua/409/plugins/statusline.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/409/plugins/statusline.lua b/lua/409/plugins/statusline.lua index bb7de85..7bea95f 100644 --- a/lua/409/plugins/statusline.lua +++ b/lua/409/plugins/statusline.lua @@ -100,10 +100,10 @@ return { "nvim-tree/nvim-web-devicons", -- optional dependency }, opts = { - ---Whether to create winbar updater autocmd. - --- - ---@type boolean - create_autocmd = true, + ---Whether to create winbar updater autocmd. + --- + ---@type boolean + create_autocmd = true, ---Filetypes not to enable winbar in. --- ---@type string[]