forked from dineshsalunke/nvim-config
refactor: minor styling for the lualine
This commit is contained in:
parent
18c406f6a0
commit
4bae36990f
@ -6,7 +6,7 @@ return {
|
|||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
theme = "auto",
|
theme = "catppuccin",
|
||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
statusline = {
|
statusline = {
|
||||||
@ -14,6 +14,8 @@ return {
|
|||||||
"alpha",
|
"alpha",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
section_separators = "",
|
||||||
|
component_separators = "",
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = {
|
lualine_a = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user