Patrick Nisble d8b50049cb update install
2026-01-19 15:54:08 +01:00
2026-01-19 08:34:25 +01:00
2026-01-19 08:34:25 +01:00
2026-01-12 08:40:46 +01:00
2026-01-02 11:29:59 +01:00
2026-01-01 17:46:21 +01:00
2026-01-07 08:28:17 +01:00
2026-01-19 15:54:08 +01:00
2026-01-02 11:29:59 +01:00

mrpy.nvim

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

Install

Lazy.nvim

From Source

return {
    dir = "<path/to/cloned/repo>",
    dev = true,
    dependencies = {
      "nvim-lua/plenary.nvim",
    },
}

Setup

Shell Configuration

Environment Variables

CLICKUP_AUTH
user api token for clickup
CLICKUP_USER_ID
user id for clickup
CLICKUP_WORKSPACE_ID
workspace id for clickup

Commands

:MrPy

  • start task selector of user's tasks (not done/closed)

:MrPy tag1 tag2 ...

  • start task selector of user's tasks (not done/closed)
  • filter by tags

:MrPy

S
Description
NeoVim plugin, integrating a clickup to gitlab workflow (1 task to 1 issue to 1 merge request)
Readme 108 KiB
Languages
Python 58.7%
Lua 41.3%