We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cf8cf commit 886f541Copy full SHA for 886f541
lua/window-picker/hints/statusline-winbar-hint.lua
@@ -10,7 +10,6 @@ local StatuslineHint = require('window-picker.hints.statusline-hint')
10
---@class StatuslineWinbarHint
11
local M = StatuslineHint:new()
12
13
----@diagnostic disable-next-line: duplicate-set-field
14
function M:set_config(config)
15
self.chars = config.chars
16
self.show_prompt = config.show_prompt
@@ -62,7 +61,6 @@ end
62
61
63
--- Shows the characters in status line
64
--- @param windows number[] windows to draw the hints on
65
66
function M:draw(windows)
67
local hint_type = unpack(self:get_hint_type())
68
0 commit comments