mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/editor/autocomplete.lua: set version
This commit is contained in:
parent
410ce40775
commit
7ee601a110
1 changed files with 1 additions and 0 deletions
|
|
@ -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.*' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue