mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
c5f53bf74c
commit
4070bc09b9
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ pub fn init() {
|
|||
lua.load(include_str!("../preset/inspect/inspect.lua")).exec()?;
|
||||
lua.load(include_str!("../preset/state.lua")).exec()?;
|
||||
lua.load(include_str!("../preset/ya.lua")).exec()?;
|
||||
crate::bindings::Cha::register(&LUA)?;
|
||||
crate::bindings::Icon::register(&LUA)?;
|
||||
crate::bindings::Cha::register(lua)?;
|
||||
crate::bindings::Icon::register(lua)?;
|
||||
crate::elements::pour(lua)?;
|
||||
crate::url::pour(lua)?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue