all repos

init.lua @ 2542ff8f658accb804b93cc2f5efcd81f3e9da6e

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat(codeium): disable for telescope
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-08-01 10:55:51 +0300
Parent: ca0746d
M lua/plugins/completion.lua

@@ -27,7 +27,9 @@ vim.g.codeium_disable_bindings = 1

vim.g.codeium_filetypes = { ["markdown"] = false, ["gitcommit"] = false, + ["gitignore"] = false, ["NeogitCommitMessage"] = false, + ["TelescopePrompt"] = false, } end, },