Home

Awesome

runme.nvim (WIP unusable)

A dead simple plugin to run snippets of code

Installation

Using lazy

{
    "al1-ce/runme.nvim",
    dependencies = {
        'nvim-lua/plenary.nvim',
        'rcarriga/nvim-notify',
        'j-hui/fidget.nvim',
    },
    config = true
}

Configuration

Default config is:

require("runme").setup({
})

Usage

Todo

Commands: