Skip to content

amirali/rest-ui.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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