asha

Results 1 comments of asha

Use [codeium.vim](https://github.com/Exafunction/codeium.vim) with Lazy.nvim: ```lua return { 'Exafunction/codeium.vim', config = function() -- Change '' here to any keycode you like. vim.keymap.set('i', '', function() return vim.fn['codeium#Accept']() end, { expr = true,...