all repos

init.lua @ 92fd89255e22924759474f33f27b08ee1d191921

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(codeium): set config variables in `init` instead of `config`
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-03-07 20:02:09 +0200
Parent: 60bd4fa
M lua/plugins/codeium.lua

@@ -21,7 +21,7 @@ mode = "i",

expr = true, }, }, - config = function() + init = function() vim.g.codeium_disable_bindings = 1 end, }