fix(types): nvim_get_win_config return type #35639

This commit is contained in:
Lewis Russell
2025-09-06 22:19:12 +01:00
committed by GitHub
parent 798bb3f66a
commit ef48104c31
4 changed files with 29 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ local M = {
},
},
}
--- @type vim.api.keyset.win_config
local wincfg = { -- Default cfg for nvim_open_win().
relative = 'laststatus',
style = 'minimal',