midrare

Results 33 issues of midrare

It could be helpful to let the user run custom callbacks whenever a project dir is loaded or unloaded. This would provide a way to automatically load sessions created with...

If the layout has no buttons in it, `alpha.nvim` will throw the following exception: ![screen](https://user-images.githubusercontent.com/59168253/176309946-778095e4-5a15-40d7-b1dd-bfd463221cc8.png). **Steps to reproduce** 1. Make sure layout has no buttons in it. (It doesn't need...

There are certain tool windows, like file browsers and issues lister, that show up in the window list but don't represent actual documents. It might make more sense to hide...

Say if I open a buffer when a certain tab page is open, I want that buffer to appear in `cokeline` only when that tab page is open. Under any...

**Is your feature request related to a problem? Please describe.** I have a markdown editing app that performs live syntax highlighting, and I want blockquotes to have their leading `>`...

I'm trying to display an inline image above my user-editable markdown text. This is how I want it to display: ![image 1](https://i.postimg.cc/DZkMFsLv/demo.png) This is the approach I'm taking to accomplish...

Issue: On Windows, if you type `:e ~/` there will be no completion shown. (`:e ~\` still works as expected.) Steps to reproduce: 1. Open Neovim 2. Enter `:e ~/`...

bug
windows

Could there be something like `g:clever_f_fix_key_direction`, but for `(clever-f-repeat-forward)` and `(clever-f-repeat-backward)`? I'm finding myself needing this feature.

Symptoms: error message when exiting `vim.ui.input` prompt. Steps to reproduce: 1. Install `auto-save.nvim` 2. Run `:lua vim.ui.input({}, function() end)` 3. Observe error thrown ![error](https://user-images.githubusercontent.com/59168253/184059274-4474babc-4a4b-4da1-9aff-7e05623ab44d.png)

- `nvim --version`: NVIM v0.8.0-dev-967-g523600ea6 - `git --version`: git version 2.37.3.windows.1 - Operating system/version: Windows 11 Pro Version 10.0.22000 Build 22000 - Terminal name/version: Neovim-Qt and Windows Terminal ### Steps...

bug