Getting StartedInstallOn this pageInstall How to install kulala. warningRequires Neovim 0.10.0+ Via lazy.nvim: Basic configuration init.luarequire('lazy').setup({ -- HTTP REST-Client Interface { 'mistweaverco/kulala.nvim', opts = {} },}) warningopts needs to be at least an empty table {} and can't be completely omitted.