1 files changed,
3 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-02-17 17:55:47 +0200
Parent:
b16115c
M
lua/plugins/codeium.lua
@@ -21,4 +21,7 @@ mode = "i",
expr = true, }, }, + config = function() + vim.g.codeium_disable_bindings = 1 + end, }