lazy.nvim/lua/lazy/manage/task
Alexander Grebennik 7108809ab1
fix(plugins): "Vim:E150: Not a directory" on plugin update (#1679)
## Description

On plugins update it fails with following error for any plugin.

```
~/.local/share/nvim/lazy/lazy.nvim/manage/task/plugin.lua:95: Vim:E150: Not a directory: ~/.local/share/nvim/lazy/gitsigns.nvim/doc/
```
2024-07-25 12:53:01 +02:00
..
fs.lua fix(rocks): try building anyway even when prerequisits have not been met. (will likely fail) 2024-07-08 07:45:45 +02:00
git.lua feat: added `opts.git.cooldown` to allow updating plugins on slow connections. Fixes #1656 2024-07-23 13:31:25 +02:00
init.lua feat(task): build procs can now yield a LazyMsg for more control 2024-06-28 20:17:35 +02:00
plugin.lua fix(plugins): "Vim:E150: Not a directory" on plugin update (#1679) 2024-07-25 12:53:01 +02:00