mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
fix(highlight): add create param in nvim_get_hl
This commit is contained in:
2
runtime/lua/vim/_meta/api.lua
generated
2
runtime/lua/vim/_meta/api.lua
generated
@@ -1193,6 +1193,8 @@ function vim.api.nvim_get_current_win() end
|
||||
--- • id: (integer) Get a highlight definition by id.
|
||||
--- • link: (boolean, default true) Show linked group name
|
||||
--- instead of effective definition `:hi-link`.
|
||||
--- • create: (boolean, default true) When highlight group
|
||||
--- doesn't exist create it.
|
||||
--- @return table<string,any>
|
||||
function vim.api.nvim_get_hl(ns_id, opts) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user