feat: helm and path in lualine

This commit is contained in:
Tine 2024-05-22 13:44:28 +02:00
parent bcfe50d3ca
commit 1f23f30385
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
--italic-text='always'
--theme=OneHalfDark
--theme=OneHalfLight

View file

@ -41,6 +41,7 @@
bottom
tailscale
rename
kubernetes-helm
# Nodejs
nodejs_20

View file

@ -156,7 +156,7 @@ require("lualine").setup({
sections = {
lualine_a = { "mode" },
lualine_b = { "branch", "diff" },
lualine_c = { "filename" },
lualine_c = { { "filename", path = 1 } },
lualine_x = { "diagnostics", "filetype" },
lualine_y = { "progress" },
lualine_z = { "location" },