Compare commits

..

2 commits

Author SHA1 Message Date
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": {
"flake": false,
"locked": {
"lastModified": 1723928740,
"narHash": "sha256-CMWy+btqUaXUWSO4jZYDfBcNiYMFyRb8jtIdi072WP8=",
"lastModified": 1723902012,
"narHash": "sha256-r1uzO5sTa3l/2dLPEfr9QAzSB+UmPRFZdn5X1D02+nk=",
"owner": "horriblename",
"repo": "lzn-auto-require",
"rev": "1b9f6527e32bf196ce239f7a8b9a54d342605511",
"rev": "e52b96c3ccdada90f0b64cec46731d0fa365b465",
"type": "github"
},
"original": {

View file

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