Skip to content

Commit 1ea0656

Browse files
committed
Update .config/sheldon/plugins.toml
1 parent e6ba88d commit 1ea0656

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

dot_config/sheldon/plugins.toml.tmpl

+6-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
shell = "zsh"
1414

15+
[plugins.compinit]
16+
inline = 'autoload -Uz compinit'
17+
1518
[plugins.aqua]
1619
inline = '''
1720
{{ if ne .chezmoi.username "runner" }}
@@ -33,12 +36,12 @@ inline = 'alias ssh="ssh.exe"'
3336
{{ end }}
3437
{{ end }}
3538

36-
[plugins.zsh-autocomplete]
37-
github = "marlonrichert/zsh-autocomplete"
38-
3939
[plugins.zsh-syntax-highlighting]
4040
github = "zsh-users/zsh-syntax-highlighting"
4141

42+
[plugins.zsh-completions]
43+
github = "zsh-users/zsh-completions"
44+
4245
[plugins.starship]
4346
inline = 'eval "$(starship init zsh)"'
4447

0 commit comments

Comments
 (0)