🐛 fix(nvim): package-info now loading on both package.json and package.lock.json

This commit is contained in:
Sergio Laín 2023-10-26 00:42:36 +02:00
parent 5df9903c47
commit 58680600d8
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -6,7 +6,10 @@ return {
dependencies = {
{
"vuki656/package-info.nvim",
event = { "BufRead package.json" },
event = {
"BufRead package.json",
"BufRead package-lock.json",
},
opts = {},
keys = {
{