More fixes.

This commit is contained in:
juanito87 2025-07-12 18:40:36 -03:00
parent 0677b655ee
commit f35803ef0b
No known key found for this signature in database
GPG Key ID: EAB042894FD44AFD
1 changed files with 93 additions and 92 deletions

View File

@ -220,7 +220,7 @@ return {
gh_actions_ls = {}, gh_actions_ls = {},
jinja_lsp = {}, jinja_lsp = {},
markdown_oxide = {}, markdown_oxide = {},
terraform_lsp = {}, terraform = {},
yamlls = {}, yamlls = {},
gopls = {}, gopls = {},
pyright = {}, pyright = {},
@ -281,6 +281,7 @@ return {
-- Autocompletion -- Autocompletion
{ {
'saghen/blink.cmp', 'saghen/blink.cmp',
build = 'cargo +nightly build --release',
event = 'VimEnter', event = 'VimEnter',
version = '1.*', version = '1.*',
dependencies = { dependencies = {
@ -376,5 +377,5 @@ return {
-- Shows a signature help window while you type arguments for a function -- Shows a signature help window while you type arguments for a function
signature = { enabled = true }, signature = { enabled = true },
}, },
} },
} }