mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-14 06:38:49 +02:00
feat(extras): added TabNine (#1651)
* feat: add Tabnine Add TabNine plugin for hrsh7th/nvim-cmp * fix: limit to top 3 sources for TabNine * feat: show Tabnine icon on suggestion list * fix: migrate to LazyVim v10 * refactor: tabnine * refactor --------- Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
parent
1a4342abae
commit
95ff5aaa62
2 changed files with 51 additions and 0 deletions
|
@ -84,6 +84,7 @@ local defaults = {
|
|||
Snippet = " ",
|
||||
String = " ",
|
||||
Struct = " ",
|
||||
TabNine = " ",
|
||||
Text = " ",
|
||||
TypeParameter = " ",
|
||||
Unit = " ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue