xiyaowong

Results 26 issues of xiyaowong

- add user configuration - support coc as source - use `vim.notify` instead of `vim.api.nvim_notify`

This pr mainly adds the function that will be displayed every time you switch windows, which is off by default. Also refactored some code, will be more concise

目标是可以用lua写插件,完全不懂py也可以使用 - [x] 支持 `bot_name.lua 和 bot_name/init.lua`,和py插件完全一样的定义方式 - [ ] 封装api - [ ] 提供最简sdk - [ ] 文档: lua插件介绍 - [ ] 文档(教程):不懂py只使用lua写插件

### Did you check docs and existing issues? - [X] I have read all the vscode-neovim docs - [X] I have searched the existing issues of vscode-neovim - [x] I...

bug
category: visual
category: sync

tokyo-night-storm Before: ![image](https://github.com/enkia/tokyo-night-vscode-theme/assets/47070852/df7dd951-f0d9-4423-9d00-a50236ecb4ea) After: ![image](https://github.com/enkia/tokyo-night-vscode-theme/assets/47070852/5508a88c-8ce5-4178-bb37-3185c8ca0c0e)

### Problem Video: https://github.com/neovim/neovim/assets/47070852/08f8c832-aeed-436d-9630-069160c6925a ### Steps to reproduce test.lua ```lua local api = vim.api vim.opt.showmode = false local c = 'a' local function append_first_line() local col = #api.nvim_buf_get_lines(0, 0, 1,...

bug
api

### Problem ![image](https://github.com/neovim/neovim/assets/47070852/0bc2bb49-7131-4d71-bdff-a81e845c1832) ### Steps to reproduce - `pip install pynvim` - Install `NVIM v0.10.0` - Run `test.py` ```python import threading from pynvim import attach from pynvim.api.buffer import Buffer def...

bug
ui-extensibility