formatting: reformat statusline.lua

This commit is contained in:
2024-07-02 03:44:26 +02:00
parent c8775b5066
commit bc15d55e00

View File

@@ -100,10 +100,10 @@ return {
"nvim-tree/nvim-web-devicons", -- optional dependency "nvim-tree/nvim-web-devicons", -- optional dependency
}, },
opts = { opts = {
---Whether to create winbar updater autocmd. ---Whether to create winbar updater autocmd.
--- ---
---@type boolean ---@type boolean
create_autocmd = true, create_autocmd = true,
---Filetypes not to enable winbar in. ---Filetypes not to enable winbar in.
--- ---
---@type string[] ---@type string[]