jubnzv / virtual-types.nvim

Neovim plugin that shows type annotations as virtual text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtual-types.nvim

This plugin shows type annotations for functions in virtual text using built-in LSP client.

I use it with ocaml-lsp, but it will probably work with other LSP servers that support textDocument/codeLens request.

Screenshot

screenshot

Prerequisites

Installation

Install with plugin manager:

Plug 'jubnzv/virtual-types.nvim'

And add the following line in your LSP configuration:

lua require'nvim_lsp'.ocamllsp.setup{on_attach=require'virtualtypes'.on_attach}

About

Neovim plugin that shows type annotations as virtual text

License:MIT License


Languages

Language:Lua 91.7%Language:Vim Script 8.3%