9 lines
182 B
Django/Jinja
9 lines
182 B
Django/Jinja
{# 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
|