添加fzf-lua配置

This commit is contained in:
tiny 2025-07-01 07:56:41 +00:00
parent 6d2c60eedc
commit 557287033b
8 changed files with 78 additions and 50 deletions

View file

@ -46,7 +46,7 @@ return {
filetype = {
python = "uv run $fileName",
rust = {
"cargo run",
"cargo run --release",
-- "cd $dir &&",
-- "rustc $fileName &&",
-- "$dir/$fileNameWithoutExt",