Domagoj
Domagoj
> Recording the currently opened package name. Determining whether the current location is the root directory or a subdirectory. Hm, not really sure regarding this one since currently, it doesn't...
I had the same problem. The lib is supposed to install it out of the box and for example `yarn protoc ...` should work but it says `protoc` is not...
We've written a [rule](https://github.com/RimacTechnology/eslint-plugin/blob/master/src/rules/document-todos.ts) that enforces all TODOs and FIXMEs to have a link included. This prevents stale TODOs and FIXMEs from never being fixed. It enforces you to put...
Yeah, that would be more ideal to change them all to the desired versions and then run a single install action. Similar to what yarn has with [upgrade interactive ](https://yarnpkg.com/cli/upgrade-interactive)...
Hey, is this something that started happening recently or did you just install the plugin fresh? If it's a fresh install, try removing `event = "BufRead package.json",`. That looks like...
> This commit ([RobertoNegro@9b8a747](https://github.com/RobertoNegro/package-info.nvim/commit/9b8a747d59b9cd5e8e689be6134ad170dfb7620a)) fixes the issue for me Pushed that change on master
Hey, would you be willing to open a PR to fix this?
Hey @GitMurf @Saplyn. Yeah I didn't take into account lazy loading when making the plugin. Would any of you be willing to open a PR to fix this?
> Is it better to allow the user to control the style/color by setting the highlight groups directly themselves (or inside their theme plugins), instead of using a configuration option?...
Resolved by #168