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

@@ -6,5 +6,5 @@ return {
config = function()
require('codeium').setup({})
end,
enabled = vim.fn.hostname() == 'perryLinux64'
enabled = vim.fn.hostname() == 'perryLinux64',
}