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