# mrpy.nvim NeoVim plugin, integrating a clickup to gitlab workflow (1 task to 1 issue to 1 merge request) ## Install ### Lazy.nvim #### From Source ```lua return { dir = "", 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 `