mirror of
https://github.com/neovim/neovim.git
synced 2026-02-02 18:14:30 +00:00
feat(api): make nvim_open_win support non-floating windows (#25550)
Adds support to `nvim_open_win` and `nvim_win_set_config` for creating and manipulating split (non-floating) windows.
This commit is contained in:
2
runtime/lua/vim/_meta/api_keysets.lua
generated
2
runtime/lua/vim/_meta/api_keysets.lua
generated
@@ -118,10 +118,12 @@ error('Cannot require a meta file')
|
||||
--- @field height? integer
|
||||
--- @field anchor? string
|
||||
--- @field relative? string
|
||||
--- @field split? string
|
||||
--- @field win? integer
|
||||
--- @field bufpos? any[]
|
||||
--- @field external? boolean
|
||||
--- @field focusable? boolean
|
||||
--- @field vertical? boolean
|
||||
--- @field zindex? integer
|
||||
--- @field border? any
|
||||
--- @field title? any
|
||||
|
||||
Reference in New Issue
Block a user