Compare commits

..

No commits in common. "638d82f49c6c9e22a26968a87b7c83989f28fd8a" and "5970d02a4e77bd15ce00f2a2d60dc36fd1cd3646" have entirely different histories.

4 changed files with 1 additions and 11 deletions

Binary file not shown.

View File

@ -60,11 +60,8 @@ source ~/.zsh/completion/podman.zsh
{{- end }} {{- end }}
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
eval "$(starship init zsh)"
eval "$(sheldon source)" eval "$(sheldon source)"
#eval "$(starship init zsh)"
setopt PROMPT_SUBST
PROMPT='$(prmt --shell zsh --code $? "{path:cyan.bold} {git:purple.bold} {python:yellow.bold::🐍}{rust:red.bold:s:🦀}{node:green.bold:s:⬢}\nat {time:yellow.bold:24hs} {ok:green.bold}{fail:red.bold:code} ")'
# Profiling # Profiling
#unsetopt XTRACE #unsetopt XTRACE

View File

@ -40,6 +40,3 @@ opt.mouse = "a"
opt.wrap = true opt.wrap = true
opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082 opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082
opt.inccommand = "split" opt.inccommand = "split"
-- Set to "ty" instead of pyright.
vim.g.lazyvim_python_lsp = "ty"

View File

@ -1,4 +0,0 @@
return {
"alexpasmantier/krust.nvim",
ft = "rust",
}