mirror of
https://github.com/neovim/neovim.git
synced 2026-07-19 15:41:32 +00:00
feat(api): nvim_set_hl can set "font" #37668
Problem: Cannot set highlight group fonts via API, only via :highlight command. Solution: Add font parameter in nvim_set_hl().
This commit is contained in:
1
runtime/lua/vim/_meta/api_keysets.lua
generated
1
runtime/lua/vim/_meta/api_keysets.lua
generated
@@ -337,6 +337,7 @@ error('Cannot require a meta file')
|
||||
--- @field force? boolean
|
||||
--- @field update? boolean
|
||||
--- @field url? string
|
||||
--- @field font? string
|
||||
|
||||
--- @class vim.api.keyset.highlight_cterm
|
||||
--- @field bold? boolean
|
||||
|
||||
Reference in New Issue
Block a user