1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/editor/autocomplete.lua: set version

This commit is contained in:
Henrik Hautakoski 2025-01-10 18:37:08 +01:00
parent 410ce40775
commit 7ee601a110

View file

@ -3,6 +3,7 @@ local icons = require('user.icons')
return {
'saghen/blink.cmp',
lazy = false,
version = "*",
build = 'cargo build --release',
dependencies = {
{ 'L3MON4D3/LuaSnip', version = 'v2.*' },