Skip to content

Commit c6efab0

Browse files
committed
ci: fix linting
1 parent aed64a1 commit c6efab0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lua/fzf-lua/types.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ _G.FzfLua = require("fzf-lua")
429429
---@field start "cursor"?
430430

431431
---@class fzf-lua.config.Buffers: fzf-lua.config.BufferLines
432+
---@field filename_only boolean
432433
---@field sort_lastused boolean
433434
---@field show_unloaded boolean
434435
---@field show_unlisted boolean
@@ -439,6 +440,7 @@ _G.FzfLua = require("fzf-lua")
439440
---@field _resume_reload boolean
440441

441442
---@class fzf-lua.config.Tabs: fzf-lua.config.Base
443+
---@field filename_only boolean
442444
---@field tab_title string
443445
---@field tab_marker string
444446
---@field locate boolean

0 commit comments

Comments
 (0)