🐛 fix(nvim): package-info now loading on both package.json and package.lock.json
This commit is contained in:
parent
5df9903c47
commit
58680600d8
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ return {
|
|||
dependencies = {
|
||||
{
|
||||
"vuki656/package-info.nvim",
|
||||
event = { "BufRead package.json" },
|
||||
event = {
|
||||
"BufRead package.json",
|
||||
"BufRead package-lock.json",
|
||||
},
|
||||
opts = {},
|
||||
keys = {
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue