mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/ide/autocomplete.lua: use prebuilt binaries
This commit is contained in:
parent
bea35e2f7c
commit
578b4e469b
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ local icons = require('user.icons')
|
||||||
return {
|
return {
|
||||||
'saghen/blink.cmp',
|
'saghen/blink.cmp',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
version = "*",
|
version = "1.*",
|
||||||
build = 'cargo build --release',
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ "xzbdmw/colorful-menu.nvim" },
|
{ "xzbdmw/colorful-menu.nvim" },
|
||||||
{ 'L3MON4D3/LuaSnip', version = 'v2.*' },
|
{ 'L3MON4D3/LuaSnip', version = 'v2.*' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue