format lua files
This commit is contained in:
@ -45,7 +45,7 @@ return {
|
||||
cond = function()
|
||||
return package.loaded['nvim-navic'] and require('nvim-navic').is_available()
|
||||
end,
|
||||
color = { fg = colors.vulgaris.blue }
|
||||
color = { fg = colors.vulgaris.blue },
|
||||
},
|
||||
},
|
||||
lualine_y = {
|
||||
@ -122,7 +122,7 @@ return {
|
||||
tabs_color = {
|
||||
-- Same values as the general color option can be used here.
|
||||
active = { bg = 'orange', fg = 'black' },
|
||||
inactive = { bg = 'grey'},
|
||||
inactive = { bg = 'grey' },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user