Compare commits

..

2 Commits

Author SHA1 Message Date
638d82f49c zsh: switch from starship to prmt 2025-12-27 21:42:54 +01:00
3b66d21ad1 [nvim] improve rust & python editing 2025-12-17 09:22:50 +01:00
4 changed files with 11 additions and 1 deletions

BIN
dot_bin/prmt Executable file

Binary file not shown.

View File

@ -60,8 +60,11 @@ source ~/.zsh/completion/podman.zsh
{{- end }}
eval "$(zoxide init zsh)"
eval "$(starship init zsh)"
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
#unsetopt XTRACE

View File

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

View File

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