-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.toml
53 lines (36 loc) · 1.06 KB
/
plugins.toml
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
# `sheldon` configuration file
# ----------------------------
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme
shell = "zsh"
[templates]
defer = "{% for file in files %}zsh-defer source \"{{ file }}\"\n{% endfor %}"
[plugins]
[plugins.zsh-defer]
github = "romkatv/zsh-defer"
# 3rd party plugins
[plugins.zsh-completions]
github = "zsh-users/zsh-completions"
[plugins.alias-tips]
github = "djui/alias-tips"
[plugins.zsh-256color]
github = "chrissicool/zsh-256color"
[plugins.git-open]
github = "paulirish/git-open"
[plugins.no-ps2]
github = "romkatv/zsh-no-ps2"
# load these at the end
[plugins.substring-search]
github = "zsh-users/zsh-history-substring-search"
[plugins.zsh-autosuggestions]
github = "zsh-users/zsh-autosuggestions"
use = ["{{ name }}.zsh"]
[plugins.zimcomp]
github = "zimfw/completion"
apply = ["defer"]
[plugins.fast-syntax-highlighting]
github = "zdharma-continuum/fast-syntax-highlighting"
apply = ["defer"]
#[plugins.fzf-tab]
#github = "Aloxaf/fzf-tab"
[plugins.zsh-vim-mode]
github = "softmoth/zsh-vim-mode"