usfbih8u
usfbih8u
That is not true. All my plugin directories use `-`. Micro requires the name in the `repo.json` file to comply with `^[_A-Za-z0-9]+$`. Try it, and it should work for you.
You are right. I spoke from memory; I should have checked.
Would be nice having something like this but per Buffer and configuring a color like it is done in colorschemes, so we could customize buffer backgrounds from plugins.
> I wanted to have screen size values in lua side, seems it's not exposed by any resource. Maybe this is helpful in the meantime. @cutelisp ```lua --- Returns the...
> Regardless of all above, what bout the possibility of official exposing `screen.Screen.Size()`? People like @usfbih8u already wanted access this info and used this [workaround,](https://github.com/zyedidia/micro/pull/3733#issuecomment-3033007081) so I think it would...
> Also, when scrolling beyond the visible content, the scrollbar begins to disappear. I think this is because it is covered by the status line. If you disable it with...
> Ye, if you disable statusline you can see 1 char of the scrollbar. Is that intended? Looks so off I don't think so; to me, it is a bug....
What do you mean exactly by "a scrollbar that provides a true 1:1 representation of the scrollable area"? What is the visual change (I did not try it, so I...
> It also doesn't account softwrapping so you can have one single line with 10k rows and the scrollbar won't show up. Didn't notice that 🙃, haha. > I did...
I don’t think micro should keep adding more colorschemes (I like these more than most of the "official" colorschemes, thanks). Maybe a solution is to have a discussion thread where...