mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-26 00:57:50 +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'
|
--italic-text='always'
|
||||||
--theme=OneHalfDark
|
--theme=OneHalfLight
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
bottom
|
bottom
|
||||||
tailscale
|
tailscale
|
||||||
rename
|
rename
|
||||||
|
kubernetes-helm
|
||||||
|
|
||||||
# Nodejs
|
# Nodejs
|
||||||
nodejs_20
|
nodejs_20
|
||||||
|
|
|
@ -156,7 +156,7 @@ require("lualine").setup({
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
lualine_b = { "branch", "diff" },
|
lualine_b = { "branch", "diff" },
|
||||||
lualine_c = { "filename" },
|
lualine_c = { { "filename", path = 1 } },
|
||||||
lualine_x = { "diagnostics", "filetype" },
|
lualine_x = { "diagnostics", "filetype" },
|
||||||
lualine_y = { "progress" },
|
lualine_y = { "progress" },
|
||||||
lualine_z = { "location" },
|
lualine_z = { "location" },
|
||||||
|
|
Loading…
Reference in a new issue