Sebastian Szyller

Results 17 comments of Sebastian Szyller

I think I've observed a concrete bug that falls under this. Everyone's favourite `cmdheight=0` /s I use a very minimal lualine setup where I only display the filename, branch, macro...

> This PR is stale because it has been open 30 days with no activity. Rude bot smh

This has been waiting since March, and even Feb if you count #180. Any chance of merging so we can stop using OP's branch

On 0.11, ``` signature = { enabled = true, trigger = { enabled = false, show_on_trigger_character = false, show_on_insert_on_trigger_character = false, }, }, ``` still auto-shows whenever blink gets to...

> You can show the window with `cmp.show_signature()` already fyi and it's now bound to `` Is it intended that the signature always auto-shows right now though (when enabled as...

virtual text sounds good; do you have a suggestion what a good trigger would be? `OilEnter` is fine but afaik it would catch only the initial oil launch and not...

I sorted it out using virtual text as recommended. An example for anyone who might come across this issue; it adds some virtual text on the first line: ```lua vim.api.nvim_create_autocmd({...