forkd4x

Results 1 comments of forkd4x

I fixed this by creating an `autocmd` that sets the `cmdheight` back to the original value on event `VimResized`. Example with lazy.nvim: ```lua return { "kwkarlwang/bufresize.nvim", config = function() require("bufresize").setup()...