9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
|
{# Show argument documentation when typing a function #}
|
||
|
{{ add_source('ray-x/lsp_signature.nvim') -}}
|
||
|
|
||
|
lua << EOF
|
||
|
require'lsp_signature'.on_attach({
|
||
|
hint_enable = false,
|
||
|
})
|
||
|
EOF
|