Fix error loading yazi.nvim
This commit is contained in:
parent
926cbacafb
commit
d07a224bbc
2 changed files with 6 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -432,11 +432,11 @@
|
|||
"vim-yazi": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1721070270,
|
||||
"narHash": "sha256-kURiv1MUjcu5N0pE2tz1/JG5X8WMTbH+0yTJCzS+U30=",
|
||||
"lastModified": 1724006726,
|
||||
"narHash": "sha256-DIX36Y6tGsCXg2TkhSynfpejz0LaOVXlIGPOBNQhJdo=",
|
||||
"owner": "mikavilpas",
|
||||
"repo": "yazi.nvim",
|
||||
"rev": "f63312b3e07cb0dac14e4e64df3f84482c9c3646",
|
||||
"rev": "307a3eabb3b941b046d15da1cb9e6d3e611e5221",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -14,5 +14,8 @@ return {
|
|||
opts = {
|
||||
open_for_directories = true,
|
||||
},
|
||||
config = function(opts)
|
||||
require('yazi').setup(opts)
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue