Compare commits

...

2 Commits

Author SHA1 Message Date
rocky
183884c77e (nvim): Change config to opt in plugin initilization. 2024-11-17 19:10:32 +00:00
rocky
6b3e07fe10 (starship): Add kubernetes info to starship. 2024-11-17 19:10:32 +00:00
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
return {
"nvim-tree/nvim-tree.lua",
lazy = false,
config = {}
opts = {}
}

View File

@ -13,6 +13,7 @@ $golang\
$gradle\
$php\
$java\
$kubernetes\
[](fg:#212736 bg:#1d2230)\
$time\
[ ](fg:#1d2230)\
@ -89,6 +90,11 @@ format = '[[ $symbol($version)](fg:#769ff0 bg:#212736)]($style)'
style = "fg:#769ff0 bg:#212736"
format = '[[ $symbol($version)](fg:#769ff0 bg:#212736)]($style)'
[kubernetes]
style = "fg:#769ff0 bg:#212736"
format = '[[ $symbol $context \($namespace\)](fg:#769ff0 bg:#212736)]($style)'
disabled = false
[custom.category]
command = 'echo "[{{ .bash.prompt.category }}]"'
when = true