update neovim config to use lazy, fix some issues with screens in general
This commit is contained in:
@@ -10,7 +10,7 @@ CASE_SENSITIVE="true"
|
||||
zstyle ':omz:update' mode auto # update automatically without asking
|
||||
zstyle ':omz:update' frequency 7
|
||||
|
||||
plugins=(zsh-autosuggestions sudo web-search copyfile dirhistory jsontools)
|
||||
plugins=(zsh-autosuggestions sudo web-search poetry copypath gitignore)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
export LANG=en_US.UTF-8
|
||||
@@ -18,6 +18,7 @@ export LANG=en_US.UTF-8
|
||||
export EDITOR='nvim'
|
||||
export VISUAL='nvim'
|
||||
alias vim='nvim'
|
||||
alias ws='web_search'
|
||||
|
||||
zstyle ':completion:*' completer _complete _approximate
|
||||
zstyle ':completion:*' group-name ''
|
||||
@@ -49,3 +50,10 @@ export PATH
|
||||
|
||||
# put your paths and aliases here to avoid merge conflicts
|
||||
[[ ! -f ~/.myzsh ]] || source ~/.myzsh
|
||||
[[ -f ~/.profile ]] && . ~/.profile
|
||||
|
||||
## [Completion]
|
||||
## Completion scripts setup. Remove the following line to uninstall
|
||||
[[ -f /home/frosty/.dart-cli-completion/zsh-config.zsh ]] && . /home/frosty/.dart-cli-completion/zsh-config.zsh || true
|
||||
## [/Completion]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user