mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-29 22:46:23 +00:00
chore(nvim): plugins, updates
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user