build from master branch instead of release build to fix godot lsp autocomplete bug

This commit is contained in:
Eric Olerud 2025-04-03 00:59:35 -04:00
parent b3e34a7049
commit 1cdaf993b0
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
return { -- blink autocompletion
'saghen/blink.cmp',
dependencies = { 'rafamadriz/friendly-snippets' },
version = '*',
-- version = '*',
build = 'cargo build --release',
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {