From 037c895f512cc582d09671747e55c5fe6cd3b8cf Mon Sep 17 00:00:00 2001 From: Le Viet Dat Date: Sun, 12 May 2024 09:01:31 +0700 Subject: [PATCH] Install Codeium plugin --- init.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/init.lua b/init.lua index 1de6fea6..6de9df97 100644 --- a/init.lua +++ b/init.lua @@ -737,6 +737,16 @@ require('lazy').setup({ -- Check out: https://github.com/echasnovski/mini.nvim end, }, + { + 'Exafunction/codeium.nvim', + dependencies = { + 'nvim-lua/plenary.nvim', + 'hrsh7th/nvim-cmp', + }, + config = function() + require('codeium').setup {} + end, + }, { -- Highlight, edit, and navigate code 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate',