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