Compare commits

..

3 commits

Author SHA1 Message Date
Ching Pei Yang
3a650ff6cb
Merge 0481f5f694 into e40cce5653 2024-08-17 13:43:19 +00:00
Ching Pei Yang
0481f5f694 flake: update lzn-auto-require 2024-08-17 15:43:03 +02:00
Ching Pei Yang
83fd1b5c7a lz.n: add missing PluginSpec options 2024-08-17 13:19:12 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -862,11 +862,11 @@
"plugin-lzn-auto-require": { "plugin-lzn-auto-require": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1723928740, "lastModified": 1723902012,
"narHash": "sha256-CMWy+btqUaXUWSO4jZYDfBcNiYMFyRb8jtIdi072WP8=", "narHash": "sha256-r1uzO5sTa3l/2dLPEfr9QAzSB+UmPRFZdn5X1D02+nk=",
"owner": "horriblename", "owner": "horriblename",
"repo": "lzn-auto-require", "repo": "lzn-auto-require",
"rev": "1b9f6527e32bf196ce239f7a8b9a54d342605511", "rev": "e52b96c3ccdada90f0b64cec46731d0fa365b465",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -220,7 +220,7 @@
}; };
load = mkOption { load = mkOption {
type = nullOr str; type = str;
default = null; default = null;
description = '' description = ''
Lua code to override the `vim.g.lz_n.load()` function for a single plugin. Lua code to override the `vim.g.lz_n.load()` function for a single plugin.