chore(nvim): plugins, updates

This commit is contained in:
2023-09-19 01:34:42 +03:00
parent 020012eb60
commit 00de4a7b83
3 changed files with 28 additions and 5 deletions

View File

@@ -75,6 +75,7 @@ return {
{
"codota/tabnine-nvim",
name = "tabnine",
enabled = false,
build = vim.loop.os_uname().sysname == "Windows_NT" and "pwsh.exe -file .\\dl_binaries.ps1" or "./dl_binaries.sh",
cmd = { "TabnineStatus", "TabnineDisable", "TabnineEnable", "TabnineToggle" },
event = "User",