update install
This commit is contained in:
parent
82afdef873
commit
8dc1d080d8
|
|
@ -4,7 +4,7 @@ NeoVim plugin, integrating a clickup to gitlab workflow (1 task to 1 issue to 1
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### Layzy.nvim
|
### Lazy.nvim
|
||||||
|
|
||||||
#### From Source
|
#### From Source
|
||||||
|
|
||||||
|
|
@ -13,9 +13,8 @@ return {
|
||||||
dir = "<path/to/cloned/repo>",
|
dir = "<path/to/cloned/repo>",
|
||||||
dev = true,
|
dev = true,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"MunifTanjim/nui.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
},
|
},
|
||||||
build = function(_) vim.cmd "UpdateRemotePlugins" end,
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -40,3 +39,4 @@ CLICKUP_WORKSPACE_ID
|
||||||
### `:MrPy`
|
### `:MrPy`
|
||||||
|
|
||||||
- start task selector of user's tasks (not done/closed)
|
- start task selector of user's tasks (not done/closed)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue