-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_zimrc
26 lines (22 loc) · 886 Bytes
/
dot_zimrc
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
# Start configuration added by Zim install {{{
# -------
# Modules
# -------
# Additional completion definitions for Zsh.
zmodule zsh-users/zsh-completions
# Enables and configures smart and extensive tab completion.
# completion must be sourced after zsh-users/zsh-completions
zmodule completion
# Fish-like autosuggestions for Zsh.
zmodule zsh-users/zsh-autosuggestions
# Fish-like syntax highlighting for Zsh.
# zsh-users/zsh-syntax-highlighting must be sourced after completion
zmodule zsh-users/zsh-syntax-highlighting
# Fish-like history search (up arrow) for Zsh.
# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
zmodule zsh-users/zsh-history-substring-search
# }}} End configuration added by Zim install
# add zsh-vi-mode
zmodule jeffreytse/zsh-vi-mode
# use powerlevel10k as prompt
zmodule romkatv/powerlevel10k --use degit