all repos

init.lua @ 850ffd96a7f5cd8de9034455c2ff40af972f422e

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(codeium): make it manual
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-06-10 01:43:28 +0300
Parent: 621bdfa
M lua/plugins/codeium.lua

@@ -23,6 +23,7 @@ },

}, init = function() vim.g.codeium_disable_bindings = 1 + vim.g.codeium_manual = 1 vim.g.codeium_filetypes = { ["markdown"] = false, ["gitcommit"] = false,