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[]