clashrsctl-nvim

Clashrs-ctl Neovim interface

🚧 still in development

Requirement

Installation & Configuration

-- with Packer.nvim
use {
    "NaviHX/clashrsctl-nvim",
    config = function ()
        require("clashrsctl").setup {
            ip = "xxx", -- clash ip
            port = xxx, -- clash port
            url = "xxx", -- delay test url
            delay = xxx, -- delay timeout
        }

        -- use clashrsctl as a telescope extension
        require("telescope").load_extension("clashrsctl")
    end
}

Usage

:Telescope clashrsctl theme=dropdown