build from master branch instead of release build to fix godot lsp autocomplete bug
This commit is contained in:
parent
b3e34a7049
commit
1cdaf993b0
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue