codium only on my home pc

This commit is contained in:
Oliver Hartmann 2025-03-28 23:22:51 +01:00
parent aff6baa61e
commit 0f83d58058

View File

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