diff --git a/.config/sheldon/plugins.toml b/.config/sheldon/plugins.toml index a532c05..f71f62a 100644 --- a/.config/sheldon/plugins.toml +++ b/.config/sheldon/plugins.toml @@ -3,8 +3,13 @@ # See the documentation for more https://github.com/rossmacarthur/sheldon#readme shell = "zsh" + [plugins] +[plugins.todo] +inline = 'todo() {(test -f ~/TODO.md && glow ~/TODO.md) || echo no ~/TODO.md}' + + [plugins.zsh-autosuggestions] github = 'zsh-users/zsh-autosuggestions'