mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
fix(types): nvim_get_win_config return type #35639
This commit is contained in:
@@ -17,6 +17,7 @@ local M = {
|
||||
},
|
||||
},
|
||||
}
|
||||
--- @type vim.api.keyset.win_config
|
||||
local wincfg = { -- Default cfg for nvim_open_win().
|
||||
relative = 'laststatus',
|
||||
style = 'minimal',
|
||||
|
||||
Reference in New Issue
Block a user