Stylua formatting pass

This commit is contained in:
2025-12-22 14:40:40 +00:00
parent 4263e3ccef
commit bb09e987b0
9 changed files with 70 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
return { -- UI components and other visual elements are declared here
{ -- Theme
{ -- Theme
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
@@ -133,5 +133,5 @@ return { -- UI components and other visual elements are declared here
config = function()
require("rainbow-delimiters.setup").setup()
end,
}
},
}