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