Fujiwara Takuya
|
52539a54ae
|
Show diagnostics in a floating window (#700)
* fix comment
* fix indent
* support diagnostics in a floating window
* doc: add g:lsp_diagnostics_float_{cursor,delay}
* fix vint errors except unused variables
* suppress vint unused variable errors
* lint: use robust operator
|
2020-02-10 01:44:05 +09:00 |
|
itchyny
|
2526438c44
|
Register CursorMoved event only when required (#699)
|
2020-02-08 22:17:57 +09:00 |
|
Jason Cheatham
|
6608aad006
|
Clear message when leaving diagnostic line (#351)
|
2019-04-05 10:31:26 -07:00 |
|
Prabir Shrestha
|
74ad1e1c0d
|
fix lint issues and enable linting for autoload folder (#224)
|
2018-12-27 23:03:49 -08:00 |
|
Prabir Shrestha
|
82375012d0
|
Truncate diagnostics cursor message when message is too long (#191)
* truncate diagnostics message
* fix echo with truncation
|
2018-10-13 11:15:13 -07:00 |
|
smhc
|
2e593701ad
|
Fix erasing ALE (and other) diagnostic errors (#184)
ALE (and other plugins) echo diagnostic error messages. vim-lsp erases these by echoing a blank line unnecessarily.
|
2018-09-27 18:59:05 -07:00 |
|
Yosuke Kurami
|
449c8c9d22
|
make echo message oneline (#108)
|
2018-02-13 09:06:53 -08:00 |
|
Prabir Shrestha
|
cbf0fd26df
|
support for showing diagnostics under cursor (#90)
* support for showing diagnostics under cursor
* added README.md
|
2018-01-06 18:58:35 -08:00 |
|