changed some shit to do with nvim

This commit is contained in:
voidarclabs
2026-02-12 22:30:36 +00:00
parent 8f7a1fb5ea
commit 4853f9ae48
3 changed files with 4 additions and 2 deletions

2
.nixos

Submodule .nixos updated: c80b40641f...930916e3e2

2
.zshrc
View File

@@ -2,6 +2,8 @@
export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m' zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m'
source <(carapace _carapace) source <(carapace _carapace)
setopt NO_CASE_GLOB
zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
# init oh my posh with theme from stow # init oh my posh with theme from stow
eval "$(oh-my-posh init zsh --config $HOME/.config/oh-my-posh/zen.toml)" eval "$(oh-my-posh init zsh --config $HOME/.config/oh-my-posh/zen.toml)"