aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config/sheldon/plugins.toml
blob: a1868b273ac970c2acc292e8924cd7b27f390583 (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
[templates]
defer = '{% for file in files %} zsh-defer source "{{ file }}" {% endfor %}'
contrib_fpath = 'fpath=( "{{ dir }}/contrib/completion/zsh" $fpath )'
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"
apply = ["contrib_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"]