More fixes.
This commit is contained in:
parent
0677b655ee
commit
f35803ef0b
|
|
@ -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 },
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue