Skip to content

Commit e4e1f64

Browse files
committed
chore: remove tabnine and its blink.cmp customizations
- Tabnine team officially declared tabnine-nvim is no longer officially supported (codota/tabnine-nvim#211, merged 2026-05-04), so drop the community import and the blink.compat provider / fuzzy-sort priority that surfaced it in the menu. - Revert the blink.cmp menu draw override to default; the source_name column was originally there to distinguish tabnine entries from LSP / snippets / buffer, and the default columns are sufficient without that need.
1 parent 4108ca9 commit e4e1f64

3 files changed

Lines changed: 0 additions & 93 deletions

File tree

lua/community.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ return {
2424
{ import = "astrocommunity.diagnostics.trouble-nvim" },
2525
{ import = "astrocommunity.lsp.actions-preview-nvim" },
2626
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
27-
{ import = "astrocommunity.completion.tabnine-nvim" },
2827
{ import = "astrocommunity.ai.avante-nvim" },
2928
}

lua/plugins/blink_menu.lua

Lines changed: 0 additions & 25 deletions
This file was deleted.

lua/plugins/cmp-tabnine.lua

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)