Domagoj

Results 54 comments of Domagoj

@sphynx79 Here is a lua example ``` gls.left[1] = { ViMode = { provider = function() return ' ' .. '  ' .. os.date('%H:%M') .. ' ' end, highlight...

> @yifeikong are you sure ? All git calls are protected by a config check. The slowdown might com from the full tree refresh. With the new version it should...

Can you try reloading your terminal? I just tried it with your package json file and it works as expected.

This happens when you run `PackageInfoShow` ?

Oh, that's weird. Is the `autocmd` that sets it even being called?

@princejoogie @zeitchef for which command are you getting that message? Also, is it a monorepo or a regular one? Also, would you mind attaching the relevant `package.json` files? I'm unable...

> @vuki656 I first noticed the issue on a work repo, which I can't really share. But I noticed the issue on my personal website as well when trying to...

> Oh forget that part, I mistook the search, but the problem is here I think, because it will return without running the rest of the code > > https://github.com/vuki656/package-info.nvim/blob/45e409c69063a057250833a747e52e2ff00dd722/lua/package-info/actions/show.lua#L13-L17...

I'll have some time on Monday to debug this so ill look into it in more detail. If someone has a solution feel free to open a PR.

I just merged #129. Not sure if that might help, please let me know. Also, I removed the check on the `develop` branch, check if that fixes the issue.