We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a398c commit 6a2e54fCopy full SHA for 6a2e54f
lua/leetcode-ui/renderer/menu.lua
@@ -146,7 +146,9 @@ function Menu:apply_options()
146
spell = false,
147
signcolumn = "no",
148
})
149
- ui_utils.win_set_winfixbuf(self.winid)
+ vim.schedule(function()
150
+ ui_utils.win_set_winfixbuf(self.winid)
151
+ end)
152
end
153
154
function Menu:unmount()
0 commit comments