mistweaverco / kulala.nvim

A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.
https://kulala.mwco.app
MIT License
595 stars 28 forks source link

How can I change the position of the response window #7

Closed luisparedes-nomad closed 3 months ago

luisparedes-nomad commented 3 months ago

In the documentation a gif is shown where the response opens on the right side but for me it opens on the left side, how can I configure it? image

gorillamoe commented 3 months ago

You should be able to configure that in your neovim configuration, either globally or just for http files.

vim.opt.splitright = true
gorillamoe commented 3 months ago

Hey @luisparedes-nomad, does this help? Can we close this issue?

luisparedes-nomad commented 3 months ago

it works, thx