ionide / Ionide-vim

F# Vim plugin based on FsAutoComplete and LSP protocol
MIT License
178 stars 21 forks source link

LineLens support for Neovim #11

Open cannorin opened 5 years ago

cannorin commented 5 years ago

Neovim supports virtual text (nvim_buf_set_virtual_text). This can be used to show LineLens but Vim doesn't have an equivalent feature as of now.

klaatu01 commented 2 years ago

Would love to get some support for this!