Compare commits

..

No commits in common. "fb31022b366ad21951f0352f0cc282cc6a8e9e6f" and "f5c91f6a66229c5fd7cfc4053e375163dae6227a" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -145,7 +145,7 @@ in {
];
lazy.builtLazyConfig = ''
${optionalString (length lznSpecs > 0) "require('lz.n').load(${toLuaObject lznSpecs})"}
require('lz.n').load(${toLuaObject lznSpecs})
${optionalString cfg.enableLznAutoRequire "require('lzn-auto-require').enable()"}
'';
})

View file

@ -931,9 +931,9 @@
},
"branch": "master",
"submodules": false,
"revision": "590d1fcae1c34bf7f366de87908aa990a2b555af",
"url": "https://github.com/nvim-neorocks/lz.n/archive/590d1fcae1c34bf7f366de87908aa990a2b555af.tar.gz",
"hash": "05vmxjv2jkz70gxh3banlclrgc9sg1acn4jqbg7rkjgyrpi9yhbv"
"revision": "8c7d8e3c4242f625fcefb7eed182238c6b39a772",
"url": "https://github.com/nvim-neorocks/lz.n/archive/8c7d8e3c4242f625fcefb7eed182238c6b39a772.tar.gz",
"hash": "0lvyy1apdxlsqhphvg0y54ry8q2dqha2l5rfy7rr47yipkva9mjq"
},
"lzn-auto-require": {
"type": "Git",