mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 12:45:23 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
9 lines
310 B
Lua
9 lines
310 B
Lua
return {
|
|
"codota/tabnine-nvim",
|
|
name = "tabnine",
|
|
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",
|
|
opts = { accept_keymap = "<C-e>" },
|
|
}
|