dotfiles/config/automatrop/roles/vim/templates/plugins/lsp_signature.j2

9 lines
182 B
Plaintext
Raw Normal View History

2021-07-04 20:47:10 +00:00
{# 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