NeoVim plugin, integrating a clickup to gitlab workflow (1 task to 1 issue to 1 merge request)
Go to file
AcerecA a5191cff16 make compatible with 3.11 2026-01-07 08:20:27 +01:00
rplugin/python3/mrpy make compatible with 3.11 2026-01-07 08:20:27 +01:00
.gitignore add files 2026-01-02 11:29:59 +01:00
LICENSE Initial commit 2026-01-01 17:46:21 +01:00
README.md update readme 2026-01-02 16:19:06 +01:00
pyproject.toml make compatible with 3.11 2026-01-07 08:20:27 +01:00
uv.lock add files 2026-01-02 11:29:59 +01:00

README.md

mrpy.nvim

NeoVim plugin, integrating a clickup to gitlab workflow (1 task to 1 issue to 1 merge request)

Install

Layzy.nvim

From Source

return {
    dir = "<path/to/cloned/repo>",
    dev = true,
    dependencies = {
      "MunifTanjim/nui.nvim",
    },
    build = function(_) vim.cmd "UpdateRemotePlugins" end,
}