Shougo

Results 49 issues of Shougo

Tests and CI are needed for the plugin to keep the compatibility.

enhancement

Nestable item. Example: (defslides [(title "hoge") (item "piyo" (item "piyora"))] ...)

Enhancement
Next

### Problem https://github.com/hrsh7th/nvim-cmp/issues/1382 https://github.com/hrsh7th/nvim-cmp/issues/1396 The statusline is disappear when cmdheight=0 with nvim_feedkeys. ### Steps to reproduce ``` $ cat test.vim set cmdheight=0 set laststatus=2 autocmd InsertEnter * call nvim_feedkeys(nvim_replace_termcodes('call v:lua.call()',...

bug
ui
messages

It fixes #1933 problem. `misc.merge()` does not merge Lua metatable.

Fix #25980 ~~I have removed `gotocmdline()` when search.~~ ~~It resolves #25980 problem, but the side effect may exist.~~ I use `ui_busy_start()` and `ui_busy_stop()` instead.

ui

When ``` export type { Context, Item } from "jsr:@shougo/[email protected]/types"; ``` ``` % molt **/*.ts --no-resolve --write 📦 @shougo/ddc-vim 6.0.0 => 6.0.1 ``` OK. But ``` export type { Context,...

enhancement

like this. ```vim echo $"Hello, {your_name}!" ```