nui 0.0.1

Experimental neovim RPC for UI clients
Documentation
1
2
3
4
5
6
7
8
-- vim.rpcnotify(0, "testing")

vim.opt.emoji = true
vim.opt.magic = true

vim.print(vim.api.nvim_list_uis())

vim.rpcrequest(1, "el_test", {})