dotfiles/.config/sheldon/plugins.toml

31 lines
731 B
INI

# `sheldon` configuration file
# ----------------------------
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme
shell = "zsh"
[plugins]
[plugins.zsh-autosuggestions]
github = 'zsh-users/zsh-autosuggestions'
[plugins.zsh-history-substring-search]
github = 'zsh-users/zsh-history-substring-search'
[plugins.alias-tips]
github = 'djui/alias-tips'
use = ['alias-tips.plugin.zsh']
[plugins.fast-syntax-highlighting]
github = 'zdharma-continuum/fast-syntax-highlighting'
[plugins.zsh-nix-shell]
github = 'chisui/zsh-nix-shell'
tag = "v0.5.0"
use = ['nix-shell.plugin.zsh']
[plugins.nix-zsh-completions]
github = 'spwhitt/nix-zsh-completions'
[plugins.zsh-vi-mode]
github = 'jeffreytse/zsh-vi-mode'