master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 0f83d58058 - Show all commits

View File

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