format lua files

This commit is contained in:
2025-04-09 22:22:12 +02:00
parent 584ad307d6
commit 2b21ea5e4e
20 changed files with 213 additions and 226 deletions

View File

@ -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' },
},
},
},