mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
Compare commits
3 commits
b46534291e
...
3a650ff6cb
Author | SHA1 | Date | |
---|---|---|---|
|
3a650ff6cb | ||
|
0481f5f694 | ||
|
83fd1b5c7a |
2 changed files with 4 additions and 4 deletions
|
@ -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": {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue