Alex Efros
Alex Efros
I've the same issue, but it's racy and only today I was able to trace it down to prettierd (prettier does not have this issue). In my case it's also...
Looks like this issue is a duplicate of #694
The fix is in these 2 PRs: https://github.com/mantoni/core_d.js/pull/32 and https://github.com/fsouza/prettierd/pull/917. As it's hard to know when both will be merged and released I've published fixed versions in npm as `@powerman-asdf/core_d`...
Now it fails to install it on Linux too: ```text Installing luarocks package [email protected]… Warning: Failed searching manifest: Failed extracting manifest file: failed extracting /home/powerman/.cache/luarocks/https___luarocks.org/manifest-5.1.zip Warning: Failed searching manifest: Failed...
I've luarocks-3.11.1 installed by OS (Gentoo linux) package manager, but this doesn't resolve the issue for me.
This one works for me: ```lua vim.api.nvim_create_autocmd('BufEnter', { desc = 'Enable todo-comments for text', group = vim.api.nvim_create_augroup('user.todo.text', { clear = true }), callback = function(ev) local config = require 'todo-comments.config'...
Tested on Lua file (with active LSP), not sure is it filetype/LSP dependent issue.
How about analysing session file before loading and doing `require(...)` to force Lazy load plugins related to required help files?
Or just adding their paths to some variable to make just a help files loadable even without Lazy knowledge?
Or try to restore session as is, detect (and hide) an error, and in case of error TEMPORARY remove `help` from `sessionoptions` and try again?