new branch

This commit is contained in:
2025-02-04 23:41:10 +01:00
parent 9741a235e7
commit 7b33419d82
6 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
require('tabnine').setup({
disable_auto_comment=true,
accept_keymap="<ENTER>",
dismiss_keymap = "<C-]>",
debounce_ms = 800,
suggestion_color = {gui = "#808080", cterm = 244},
exclude_filetypes = {"TelescopePrompt", "NvimTree"},
log_file_path = nil, -- absolute path to Tabnine log file
ignore_certificate_errors = false,
})