Compare commits

..

No commits in common. "183884c77e3dfa9a8000b7a6c72303deeaa0ff48" and "c5a7eeba5d80a006f63e29b3be30923772698baf" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

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

View File

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