new branch
This commit is contained in:
10
lua/space-user/tabnine.lua
Normal file
10
lua/space-user/tabnine.lua
Normal 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,
|
||||
})
|
||||
Reference in New Issue
Block a user