Šimon Mandlík

Results 76 issues of Šimon Mandlík

Use functionality made by @racinmat, also in ExplainMill and MillExtensions?

**Describe the bug** Tabs are not properly restored after upgrading to Nvim 0.7 **To Reproduce** Steps to reproduce the behavior: 1. `touch a b && nvim` 2. `:e a |...

bug

Would it be possible to have a special highlight group, e.g. `SatelliteBackground` to modify appearance of scrollbar area background? Thanks!

enhancement

Would it be possible to show the number of available actions next to the lightbulb?

```julia using ChainRulesCore, Zygote f(x) = 2x ChainRulesCore.rrule(::typeof(f), x) = 2x, d -> (NoTangent(), @not_implemented(""), ) Zygote.gradient(f, 1) ``` The last line returns `(nothing, )` from v0.6.38 onwards but used...

bug

Neovim [now supports](https://github.com/neovim/neovim/pull/24739) besides specifying `title` and `title_pos` also `footer` and `footer_pos`. It would be nice to also have `prompt_footer` option available next to the already existing `prompt_title`. One possible...

enhancement

When I switch panes in `tmux`, the cursor disappears, but the highlights stay on. Would it be possible to clear the highlights on `FocusGaines` and possibly reenable when I switch...

enhancement

It would be great if themes in this repo would also set `vim.o.background`, which is used by some plugins. For example, https://github.com/nvim-tree/nvim-web-devicons, use this variable to select different colors for...

If `Base` defines a symbol, but doesn't export it, importing it with `using` is a valid command. But Language Server yields a warning Here, `AbstractVecOrTuple` and `CodeUnits` are from `Base`,...