Run formatter on all lua files

This commit is contained in:
Alexander Gehrke 2024-03-15 15:15:26 +01:00
parent 2eca6c0d56
commit 56f0d00f96
25 changed files with 659 additions and 630 deletions

View file

@ -1,8 +1,8 @@
return {
'crater2150/vim-theme-chroma',
dev = true,
lazy = false,
branch = 'lush',
priority = 1000,
config = function() vim.cmd.colorscheme("chroma") end
'crater2150/vim-theme-chroma',
dev = true,
lazy = false,
branch = 'lush',
priority = 1000,
config = function() vim.cmd.colorscheme("chroma") end
}