165 Commits

Author SHA1 Message Date
Yosuke Kurami
449c8c9d22 make echo message oneline (#108) 2018-02-13 09:06:53 -08:00
Prabir Shrestha
53e805bb8d add support for case-insensitive drive lookup for windows (#102) 2018-01-27 22:13:16 -08:00
Prabir Shrestha
897b60960c Revert "Show matching lines on :LspReferences (#93)" (#98)
This reverts commit a2483c71d1.
2018-01-21 13:08:00 -08:00
xtal8
a2483c71d1 Show matching lines on :LspReferences (#93) 2018-01-07 14:20:07 -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
prabirshrestha
1bb957d6bf added s:error_msg in diagnostics.vim 2018-01-06 16:35:42 -08:00
Prabir Shrestha
148bc9a9a1 initial support for diagnostics signs (#89) 2018-01-06 13:25:32 -08:00
Prabir Shrestha
d3af2b8e1a return empty string so the output#preview will not add 0 in cmdline (#83) 2018-01-01 14:36:25 -08:00
Łukasz Jan Niemier
203d682e30 Create preview window instead of using quickfix list (#78)
* Create preview window instead of using quickfix list

This removes from us burden of providing formatting for content as this
is now simple as setting proper filetype.

* Create custom filetype for preview window

This will allow users to provide their own mappings and features in
hover window easily.

* Add proper statusline for LSP Hover

* Guard and undo_ftplugin

* Support all LSP hover syntaxes
2018-01-01 13:29:50 -08:00
Jacob Wahlgren
c4b3b2f605 Fix errors and warnings produced by vint (#51)
* Wrap silent aucmds in augroup
Prevents stacking up multiple.
* Fix function signatures
Add ! and/or abort.
* Fix syntax and variable name typo
* Use robust equality comparison
* The == operator behaves differently depending on 'ignorecase'.
2017-10-17 10:57:08 -07:00
Prabir Shrestha
358e1eec44 added support for basic textDocument/publishDiagnostics via :LspDocumententDiagnostics 2017-09-17 23:44:50 -07:00
Prabir Shrestha
2802c39ca0 move utils to lsp#utils#... 2017-08-12 14:48:36 -07:00
Prabir Shrestha
974614e197 handle nulls 2017-08-12 14:01:52 -07:00
Prabir Shrestha
0b102b5c1c added LspDefinition 2017-08-05 15:55:54 -07:00
Prabir Shrestha
4c01e85c02 get document symbols 2017-07-10 00:26:05 +00:00