mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
feat(ui): vim.ui.img api #37914
Problem: No builtin api to load and display images. Solution: Introduce vim.ui.img. Only supports kitty graphics protocol, currently.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
local M = {}
|
||||
local M = vim._defer_require('vim.ui', {
|
||||
img = ..., --- @module 'vim.ui.img'
|
||||
})
|
||||
|
||||
---@class vim.ui.select.Opts
|
||||
---@inlinedoc
|
||||
|
||||
Reference in New Issue
Block a user