mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
feat: helm and path in lualine
This commit is contained in:
parent
bcfe50d3ca
commit
1f23f30385
3 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
--italic-text='always'
|
||||
--theme=OneHalfDark
|
||||
--theme=OneHalfLight
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
bottom
|
||||
tailscale
|
||||
rename
|
||||
kubernetes-helm
|
||||
|
||||
# Nodejs
|
||||
nodejs_20
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue