Commit for generation 174

This commit is contained in:
2024-10-02 14:19:03 -04:00
parent b547c47c15
commit 8e94ac0fc2
5 changed files with 15 additions and 11 deletions

View File

@@ -11,9 +11,9 @@
pattern = [ "*" ];
}
{
command = "lua vim.fn.jobstart({\"aplay\", \"~/sound/sys/cd.wav\"})";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
command = "silent! !aplay ~/sound/sys/cd.wav > /dev/null 2>&1 &";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
}
{
command = "silent! loadview";