miyl

Results 10 comments of miyl

Kinda, you can pass in an empty string as the prefix: `:WhichKey ""`

This vimrc/init.vim is enough for me to experience the issue: ``` call minpac#add('nvim-telescope/telescope.nvim') call minpac#add('nvim-lua/plenary.nvim') call minpac#add('lifepillar/vim-mucomplete') set completeopt+=menuone " Show the completion menu even if there's only one match....

That solution seems quite convoluted. I wonder why this doesn't seem to work: ``` autocmd BufEnter * if &ft == 'TelescopePrompt' | execute 'MUcompleteAutoOff' | endif autocmd BufLeave * if...

Finally got around to looking in to bugfixing this again, and it seems to've failed because apparently no `BufEnter` event fires when TelescopePrompt opens - but `ModeChanged` does, so based...

Very good points, @bricker. Glad to see the bug was fixed. I hope adding a configuration option may be considered now, 6 years later.

So is this disappearing bar different from the crash? I have a similar log entry, but checking processes I can see `ags` is still running. Not sure if the log...

Regarding `tealdeer` it was supposedly fixed in #873, where the config option was added, however this commit was added in January this year, while the latest release of `navi` was...

Good suggestion! Feel very free to submit it to my fork: https://github.com/miyl/fish-colored-man I merged in the open PR to this repo to that fork as well. I don't have any...

carlos-algms wrote: > Since `image.nvim` "hijacks" a buffer, wouldn't it be possible to just bypass Telescope's check for "binary" files? if Telescope just renders the buffer normally, image.nvim should hijack...

It's really pixelated at the default size it now renders at (which can probably be fixed via configuration), but it works! [3rd/image.nvim](https://github.com/3rd/image.nvim) might work better out of the box, but...