mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
feat: get/set namespace properties #28728
ref https://github.com/neovim/neovim/pull/28432 ref https://github.com/neovim/neovim/issues/28469
This commit is contained in:
3
runtime/lua/vim/_meta/api_keysets.lua
generated
3
runtime/lua/vim/_meta/api_keysets.lua
generated
@@ -197,6 +197,9 @@ error('Cannot require a meta file')
|
||||
--- @field desc? string
|
||||
--- @field replace_keycodes? boolean
|
||||
|
||||
--- @class vim.api.keyset.ns_opts
|
||||
--- @field wins? any[]
|
||||
|
||||
--- @class vim.api.keyset.open_term
|
||||
--- @field on_input? function
|
||||
--- @field force_crlf? boolean
|
||||
|
||||
Reference in New Issue
Block a user