diff options
| author | phajw <dscr@duck.com> | 2023-10-13 05:54:53 -0400 |
|---|---|---|
| committer | phajw <dscr@duck.com> | 2023-10-13 05:54:53 -0400 |
| commit | 393de773ffd570e7d22c06eb979a7b080e2ca23d (patch) | |
| tree | 168985e623465aa39123d6c730c28cc6e3a47d46 /lua/config/lsp.lua | |
| parent | 284387dc4896fb226848cd2e49f568f329585fc2 (diff) | |
| download | neovim-393de773ffd570e7d22c06eb979a7b080e2ca23d.tar.gz neovim-393de773ffd570e7d22c06eb979a7b080e2ca23d.zip | |
Remove tabnine support (for now...)
Diffstat (limited to '')
| -rw-r--r-- | lua/config/lsp.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 623aab3..3fdc2e0 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua | |||
| @@ -24,14 +24,14 @@ require('mason-lspconfig').setup({ | |||
| 24 | 24 | ||
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | require('tabnine').setup({ | 27 | --require('tabnine').setup({ |
| 28 | disable_auto_comment=true, | 28 | -- disable_auto_comment=true, |
| 29 | accept_keymap="<Tab>", | 29 | -- accept_keymap="<Tab>", |
| 30 | dismiss_keymap = "<C-]>", | 30 | -- dismiss_keymap = "<C-]>", |
| 31 | debounce_ms = 800, | 31 | -- debounce_ms = 800, |
| 32 | suggestion_color = {gui = "#808080", cterm = 244}, | 32 | -- suggestion_color = {gui = "#808080", cterm = 244}, |
| 33 | execlude_filetypes = {"TelescopePrompt"} | 33 | -- execlude_filetypes = {"TelescopePrompt"} |
| 34 | }) | 34 | --}) |
| 35 | 35 | ||
| 36 | cmp.setup({ | 36 | cmp.setup({ |
| 37 | snippet = { | 37 | snippet = { |
