[nvim] hardtime.nvim
This commit is contained in:
parent
d831c21b46
commit
6f44bdbce2
2 changed files with 6 additions and 21 deletions
|
@ -51,5 +51,10 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"m4xshen/hardtime.nvim",
|
||||||
|
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
|
||||||
|
opts = {}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>Label</key>
|
|
||||||
<string>net.francof.ethernetstatus</string>
|
|
||||||
<key>ProgramArguments</key>
|
|
||||||
<array>
|
|
||||||
<string>/Users/afonso/.local/bin/ethernetstatus</string>
|
|
||||||
<string>Ethernet Status</string>
|
|
||||||
</array>
|
|
||||||
<key>RunAtLoad</key>
|
|
||||||
<true/>
|
|
||||||
<key>WatchPaths</key>
|
|
||||||
<array>
|
|
||||||
<string>/Library/Preferences/SystemConfiguration</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
|
|
Loading…
Reference in a new issue