summaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config/sheldon/plugins.toml
blob: cb1b55c599168ebe838ed15df4db5304b9e4d3f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[templates]
defer = """{{ hooks | get: \"pre\" | nl }}
{% for file in files %}
zsh-defer source "{{ file }}"
{% endfor %}
{{ hooks | get: \"post\" | nl }}"""
base16_config = 'export BASE16_CONFIG_PATH="{{ dir }}"'
base16_fzf = 'export BASE16_FZF_PATH="{{ dir }}"'

[plugins]

[plugins.zsh-defer]
github = 'romkatv/zsh-defer'

[plugins.zsh-vi-mode]
github = "jeffreytse/zsh-vi-mode"

[plugins.zsh-autosuggestions]
github = "zsh-users/zsh-autosuggestions"
use = ["{{ name }}.zsh"]

[plugins.fzf]
github = "junegunn/fzf"
use = ["completion.zsh"]

[plugins.zsh-completions]
github = "zsh-users/zsh-completions"

[plugins.zsh-pandoc-completion]
github = "srijanshetty/zsh-pandoc-completion"
apply = ["fpath"]

[plugins.docker]
github = "docker/cli"
use = ["contrib/completion/zsh"]
apply = ["fpath"]

[plugins.base16-shell]
github = "tinted-theming/base16-shell"
apply = ["defer", "base16_config"]

[plugins.base16-fzf]
github = "tinted-theming/base16-fzf"
apply = ["base16_fzf"]

[plugins.zsh-syntax-highlighting]
github = "zsh-users/zsh-syntax-highlighting"
apply = ["defer"]

[plugins.zsh-fzf-history-search]
github = "joshskidmore/zsh-fzf-history-search"
apply = ["defer"]