mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
feat(float): support toggle show float window
This commit is contained in:
1
runtime/lua/vim/_meta/api.lua
generated
1
runtime/lua/vim/_meta/api.lua
generated
@@ -1617,6 +1617,7 @@ function vim.api.nvim_open_term(buffer, opts) end
|
||||
--- fire from calling this function.
|
||||
--- • fixed: If true when anchor is NW or SW, the float window
|
||||
--- would be kept fixed even if the window would be truncated.
|
||||
--- • hide: If true the floating window will be hidden.
|
||||
--- @return integer
|
||||
function vim.api.nvim_open_win(buffer, enter, config) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user