Open PtNan opened 5 years ago
Thanks for reporting. This sounds familiar to me when I debug the multigrid feature -- the window size measurement is off. What's the font and size setting?
I set font as SF mono nerd font, in init.nvim. And the size is maximized, the config.json is as followed:
{
"workspace": [
{
"path": "/",
"mainwin": {
"x": 300,
"y": 300,
"w": 1398,
"h": 855,
"state": "Normal",
"BackgroundComposition": "none",
"CustomTitleBar": false
}
}
],
"Logging": null
}
I see this behaviour in Mojave too
in my MacBook running macOS Catalina, when opening FVim, it initially is opened in maximized, but quickly shrinks to a very tiny size. I had to make it maximized manually. BTW, can FVim be an open mode for some text files? I can only open FVim and use some vim file explorer to locate files and then open them.