Replies: 1 comment
-
if GuiName == 'nvim-qt'
call GuiWindowMaximized(1)
endif |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
nvim-qt alwasy not maxmized after reboot in Windows, I add these in init.lua in core/init.lua
but got error:
E5113: Error while calling lua chunk: d:\DevTools\Neovim\nvim/lua/core/init.lua:137: Vim(call):E117: Unknown function: GuiWindowMaximized
call GuiWindowMaximized(1) works well after startup, so how to maxmize in lua?
Beta Was this translation helpful? Give feedback.
All reactions