Commit Graph

4 Commits

Author SHA1 Message Date
Utkarsh Maheshwari
dd584dfcbf Add g:lsp_virtual_text_prefix option (#521)
This option allows prepending characters or text to the diagnostics
which are display as virtual text. It allows virtual text to be
differentiated from the code
2019-11-02 01:07:51 +01:00
grainrigi
3e28b8fb1e Use correct highlight group name (fix #340) (#343) 2019-03-16 11:14:21 -07:00
Łukasz Niemier
51d7746515 nvim_buf_set_virtual_text line number is 0 indexed 2019-03-07 20:46:53 +01:00
Łukasz Niemier
cedacac6fc Support NeoVim virtual text
Currently it uses similar interface to one provided by the signs
feature.

Close #214
2019-03-07 20:05:28 +01:00