NeoVim plugin, integrating a clickup to gitlab workflow (1 task to 1 issue to 1 merge request)
Go to file
Patrick Nisble 518f2df5c8 start lsp proj 2026-01-21 08:39:51 +01:00
lua add notifications 2026-01-20 08:59:28 +01:00
mrpy start lsp proj 2026-01-21 08:39:51 +01:00
plugin add lua only version 2026-01-19 08:34:25 +01:00
rplugin/python3/mrpy more type support 2026-01-12 08:40:46 +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 install 2026-01-19 15:56:11 +01:00
pyproject.toml start lsp proj 2026-01-21 08:39:51 +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

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)