amirali / rest-ui.nvim

Simple UI for https://github.com/rest-nvim/rest.nvim
2 stars 0 forks source link

rest-ui-nvim

Simple UI for rest-nvim ⚠️ Only tested with <=v1.2.1

Installation

lazy.nvim

{
    "amirali/rest-ui.nvim",
    dependencies = {
        "rest-nvim/rest.nvim",
        dependencies = { { "nvim-lua/plenary.nvim" } },
        ft = 'http',
        opts = {},
        tag = 'v1.2.1',
    },
    opts = {
        triggers = {
            on_save = "request"
        }
    }
}

Usage

You can simply run RestUI command and use it