Additional code completion sources (tabnine)

This commit is contained in:
2024-03-19 07:20:20 +01:00
parent b2a762ab4d
commit ce70d6f9b7
4 changed files with 55 additions and 7 deletions

View File

@@ -63,4 +63,10 @@ return {
"quangnguyen30192/cmp-nvim-ultisnips",
"mihaifm/bufstop",
"https://git.nickr.eu/yannickreiss/nvim-sourcer.git",
{ "tzachar/cmp-fuzzy-buffer", requires = { "hrsh7th/nvim-cmp", "tzachar/fuzzy.nvim" } },
{
"tzachar/cmp-tabnine",
build = "./install.sh",
dependencies = "hrsh7th/nvim-cmp",
},
}