update install

This commit is contained in:
Patrick Nisble
2026-01-19 15:54:08 +01:00
parent 82afdef873
commit d8b50049cb
+9 -3
View File
@@ -4,7 +4,7 @@ NeoVim plugin, integrating a clickup to gitlab workflow (1 task to 1 issue to 1
## Install
### Layzy.nvim
### Lazy.nvim
#### From Source
@@ -13,9 +13,8 @@ return {
dir = "<path/to/cloned/repo>",
dev = true,
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
},
build = function(_) vim.cmd "UpdateRemotePlugins" end,
}
```
@@ -40,3 +39,10 @@ CLICKUP_WORKSPACE_ID
### `: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 `