all repos

init.lua @ 2385a993a6c9733cd075f9b4cda060bc67c1c9da

my nvim config
1 files changed, 5 insertions(+), 0 deletions(-)
feat(codeium): disable on some filetypes
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-05-21 19:15:06 +0300
Parent: cd8fed4
M lua/plugins/codeium.lua

@@ -23,5 +23,10 @@ },

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