mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 17:54:10 +00:00
docs: nvim_set_hl fg_index, bg_indexed #37534
(cherry picked from commit 543e14d040)
This commit is contained in:
committed by
github-actions[bot]
parent
0da1e4b1c5
commit
1772203187
5
runtime/lua/vim/_meta/api.lua
generated
5
runtime/lua/vim/_meta/api.lua
generated
@@ -2166,6 +2166,11 @@ function vim.api.nvim_set_decoration_provider(ns_id, opts) end
|
||||
--- @param val vim.api.keyset.highlight Highlight definition map, accepts the following keys:
|
||||
--- - fg: color name or "#RRGGBB", see note.
|
||||
--- - bg: color name or "#RRGGBB", see note.
|
||||
--- - fg_indexed: boolean
|
||||
--- When true, fg is a terminal palette index (0-255).
|
||||
--- Default is false.
|
||||
--- - bg_indexed: boolean
|
||||
--- Same as fg_indexed, but for background color.
|
||||
--- - sp: color name or "#RRGGBB"
|
||||
--- - blend: integer between 0 and 100
|
||||
--- - bold: boolean
|
||||
|
||||
Reference in New Issue
Block a user