Dhanus3133 / Leetbuddy.nvim

Solve Leetcode problems within Neovim 🔥
MIT License
139 stars 15 forks source link

Wrong window split, fixed. #11

Closed JulesHauchecorne closed 1 year ago

JulesHauchecorne commented 1 year ago

When I started leetbuddy the coding window ended up being the small bottom right one and the input one being the largest one taking half the screen on the left. Fixed it by adding this line in the split.lua:31 file to rotate the window after the first v split and before the second split. vim.cmd("wincmd x")

Dhanus3133 commented 1 year ago

The issue has been fixed.