mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-12 20:13:19 +00:00
Compare commits
3 commits
3a650ff6cb
...
b46534291e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b46534291e | ||
![]() |
fbc9a750a9 | ||
![]() |
0f1c384d23 |
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -862,11 +862,11 @@
|
|||
"plugin-lzn-auto-require": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1723902012,
|
||||
"narHash": "sha256-r1uzO5sTa3l/2dLPEfr9QAzSB+UmPRFZdn5X1D02+nk=",
|
||||
"lastModified": 1723928740,
|
||||
"narHash": "sha256-CMWy+btqUaXUWSO4jZYDfBcNiYMFyRb8jtIdi072WP8=",
|
||||
"owner": "horriblename",
|
||||
"repo": "lzn-auto-require",
|
||||
"rev": "e52b96c3ccdada90f0b64cec46731d0fa365b465",
|
||||
"rev": "1b9f6527e32bf196ce239f7a8b9a54d342605511",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -220,7 +220,7 @@
|
|||
};
|
||||
|
||||
load = mkOption {
|
||||
type = str;
|
||||
type = nullOr str;
|
||||
default = null;
|
||||
description = ''
|
||||
Lua code to override the `vim.g.lz_n.load()` function for a single plugin.
|
||||
|
|
Loading…
Add table
Reference in a new issue