Commit Graph

  • fb44468d75 Move s:add_event_queue to lsp#utils#_event_queue#add Yasuhiro Matsumoto 2019-01-11 10:51:42 +09:00
  • 6894fb9c8b Fix lsp_is_error (#238) mattn 2019-01-11 10:07:32 +09:00
  • b1e84495b9 Fix callback Yasuhiro Matsumoto 2019-01-10 18:46:18 +09:00
  • 0b63cfc633 Handle TextChanged Yasuhiro Matsumoto 2019-01-10 18:18:16 +09:00
  • a11bf27801 Use &updatetime Yasuhiro Matsumoto 2019-01-10 18:14:54 +09:00
  • 80ec1e2106 Add event queue Yasuhiro Matsumoto 2019-01-10 18:04:56 +09:00
  • 9c327af75f Merge pull request #232 from prabirshrestha/fix-230 mattn 2019-01-10 15:53:34 +09:00
  • fb7c2e613b Merge pull request #236 from prabirshrestha/fix-null mattn 2019-01-09 17:00:27 +09:00
  • 84e79fff67 Check result is null Yasuhiro Matsumoto 2019-01-09 16:28:42 +09:00
  • c72a3f481e Merge pull request #233 from prabirshrestha/fix-doc-ale mattn 2019-01-08 09:26:24 +09:00
  • 51f8e393d1 Fix link to ALE Yasuhiro Matsumoto 2019-01-08 09:05:24 +09:00
  • cbb8574e7e Wait until request is removed from context Yasuhiro Matsumoto 2019-01-08 09:02:40 +09:00
  • ac22efb91e Add flag to disable diagnostics (#197) Matteo Landi 2019-01-02 05:43:46 +01:00
  • 14225b5b19 Handle showcmd enabled (#205) smhc 2019-01-02 12:34:45 +10:00
  • 735a279aa3 Show details (type info, etc.) in completion menu (#229) keremc 2019-01-02 02:05:33 +03:00
  • 07b9fc62fd support neovim nightly and build version (#227) Prabir Shrestha 2018-12-29 00:34:20 -08:00
  • d6891ade6f add windows support in .travis.yml (#225) Prabir Shrestha 2018-12-28 00:41:49 -08:00
  • 74ad1e1c0d fix lint issues and enable linting for autoload folder (#224) Prabir Shrestha 2018-12-27 23:03:49 -08:00
  • 2db2c45de6 add basic .travis.yml CI support for linting (#223) Prabir Shrestha 2018-12-27 22:12:51 -08:00
  • de6ae74b86 Check result is null (#222) mattn 2018-12-28 04:50:35 +09:00
  • f67ef09f15 Allow 'cmd' configuration without lambda expression (#219) Linda_pp 2018-12-22 12:21:31 +09:00
  • b58841b0a1 Merge pull request #215 from prabirshrestha/sync-request mattn 2018-12-21 12:25:04 +09:00
  • 7cc8a70ae7 Update doc Yasuhiro Matsumoto 2018-12-21 11:24:57 +09:00
  • cf9a214e9d Update doc Yasuhiro Matsumoto 2018-12-21 11:24:08 +09:00
  • c686037942 Update doc Yasuhiro Matsumoto 2018-12-21 11:08:05 +09:00
  • b1083bfc2b Merge pull request #218 from prabirshrestha/fix-216 mattn 2018-12-21 10:50:24 +09:00
  • eba9ca25c0 Show error description Yasuhiro Matsumoto 2018-12-21 10:49:17 +09:00
  • 3f6b3cfcb2 fix-216 Yuri Skripachov 2018-12-20 12:47:06 +03:00
  • 395c63eee9 Correct end position for editing Yasuhiro Matsumoto 2018-12-20 15:26:31 +09:00
  • 8a8734a76f Fix help markup (#213) hokorobi 2018-12-19 06:25:58 +09:00
  • 832be4e92e Update README.md (#217) Ryan Badour 2018-12-18 16:16:22 -05:00
  • 8024ac55cd add retrieved definition message prabirshrestha 2018-12-17 21:05:15 -08:00
  • d4c8e001e6 Add option to request synchronized . Yasuhiro Matsumoto 2018-12-17 16:40:44 +09:00
  • 43770c3416 Format (#209) mattn 2018-12-15 06:00:32 +09:00
  • 018ea3203a Add <plug> mappings (#210) mattn 2018-12-15 02:29:27 +09:00
  • fac0429cd8 Handle lower-case drive-letter (#208) mattn 2018-12-12 08:35:56 +09:00
  • 778630e682 Fix apply text edits (#193) Augusto Melo 2018-10-21 17:56:26 -07:00
  • 82375012d0 Truncate diagnostics cursor message when message is too long (#191) Prabir Shrestha 2018-10-13 11:15:13 -07:00
  • 40825e380c [RFC|RDY] code actions (#162) Augusto Melo 2018-10-11 20:13:59 -07:00
  • 45f9d7528e Add not_supported in scope for get_hover_under_cursor (#190) Christian Kjær 2018-10-12 05:09:32 +02:00
  • 2e593701ad Fix erasing ALE (and other) diagnostic errors (#184) smhc 2018-09-28 11:59:05 +10:00
  • 5a9be40bec Use word instead of WORD for renaming hint (#177) daquexian 2018-09-16 05:51:46 +08:00
  • 1886d68b9a Display detail of a completion item as info for omnifunc (#136) Liang-Ting Chen 2018-08-26 19:37:37 +01:00
  • 9806023f3c Inspect buffer options to determine need for eol. (#158) Adam Labbe 2018-08-12 17:23:54 -04:00
  • 1366e07795 added :LspTypeDefinition (#165) Prabir Shrestha 2018-08-06 00:29:41 -07:00
  • f9c32e36cd add additional kind mappings (#164) Prabir Shrestha 2018-08-06 00:14:42 -07:00
  • a510bc66e0 Use character index instead of column index for renaming feature. (#153) Jiwan 2018-08-02 05:33:39 +02:00
  • 3cee8591aa Use fileformat to determine appropriate newline characters for didChange messages. (#160) Adam Labbe 2018-07-26 15:21:18 -04:00
  • ba1cf3ba47 rename next_err to next_error() and prev_err() to previous_error() Prabir Shrestha 2018-07-26 12:08:04 -07:00
  • f19213d30b add jump to next/pre error (#129) Cosson2017 2018-07-27 03:02:34 +08:00
  • 6e69ebd199 Fix lsp#utils#path_to_uri for windows (#156) Augusto Melo 2018-07-26 15:53:38 -03:00
  • 3441fa8c2d Use <cWORD> as a default value of rename (#149) Alisue 2018-06-26 06:51:36 +09:00
  • cf948126ec Fix an error when the response does not correspond to a request (#137) Henry Hu 2018-06-19 22:32:24 -07:00
  • 96b81a5880 Add an initialization hook to send workspace/didChangeNotification (#146) Adam Labbe 2018-06-20 01:31:23 -04:00
  • 8d30af911b Add command LspStatus to display the status of each language server (#134) Tristan Konolige 2018-06-16 15:42:30 -07:00
  • 265d36fc68 Escape single quotes in text commands applied to the document (#147) James Owen 2018-06-17 00:15:25 +02:00
  • 462bb029f1 Update README.md (#145) Pascal Loth 2018-05-28 23:09:17 +02:00
  • 2f72235f1f Fix typo in documentation (#138) duganchen 2018-05-01 19:29:20 -07:00
  • 1104541445 fix #130 Command Option about 'typescript-language-server' (#131) mmktomato 2018-04-10 00:32:49 +09:00
  • 859bc288ec s:on_text_document_did_open: save bufnr in local var (#128) Daniel Hahler 2018-04-07 05:51:42 +02:00
  • 7098de9c7c fixed spacing Prabir Shrestha 2018-03-29 23:45:48 -07:00
  • 7d64e8aa11 add support for textDocument/implementation (#127) Cosson2017 2018-03-30 14:44:43 +08:00
  • c547986d3b Naive implementation of location preview instead of just path (#123) Maxim Kot 2018-03-30 08:01:08 +03:00
  • 1b1ae097a9 fixed doc example prabirshrestha 2018-03-18 22:56:54 -07:00
  • 18edb04073 add doc for g:lsp_preview_keep_focus and more doc for :LspHover Prabir Shrestha 2018-03-18 22:44:24 -07:00
  • 2db284e61e remove old handle_hover Prabir Shrestha 2018-03-18 22:20:13 -07:00
  • 29c986c729 move hover to separate file (#77) Prabir Shrestha 2018-03-18 22:17:37 -07:00
  • e2805f5313 add docs for autocomplete Prabir Shrestha 2018-03-18 13:29:30 -07:00
  • a9eb518ed0 add docs for lsp#enable(), lsp#disable() and g:lsp_auto_enable Prabir Shrestha 2018-03-18 13:11:50 -07:00
  • 6bee4a16d8 added docs for commands Prabir Shrestha 2018-03-18 13:03:08 -07:00
  • 52e28da2de fixed spacing Prabir Shrestha 2018-03-18 12:31:09 -07:00
  • 28eb70715f add Commands doc for LspDocumentDiagnostics and LspDefinition Prabir Shrestha 2018-03-18 12:29:06 -07:00
  • 2cc06e6bf5 bring back custom sign and fix sign when icon is not defined (#122) Prabir Shrestha 2018-03-18 12:13:44 -07:00
  • 7e760b35b9 respect insertTextFormat and make lsp#omni#format_completion_item() public (#120) Prabir Shrestha 2018-03-17 20:43:14 -07:00
  • 72916bce5f use echo instead of echom (fixes #74) Prabir Shrestha 2018-03-17 20:08:25 -07:00
  • ce1ad6f01a Revert "Custom signs (#115)" (#119) Prabir Shrestha 2018-03-17 19:47:09 -07:00
  • 91005ca30c add support for document changes rename (#118) Prabir Shrestha 2018-03-17 11:04:01 -07:00
  • 8210694b25 Custom signs (#115) Pavel Davydov 2018-03-17 20:32:53 +03:00
  • f588b27e1a Percent-decode uri from language server to fix issue #106 (#107) Pavel Davydov 2018-03-16 06:41:21 +03:00
  • a070ef4ac8 Print error message when server fails to initialize (#113) Tristan Konolige 2018-03-15 00:08:24 -06:00
  • 2e4954cc9e don't move focus to preview window by default Prabir Shrestha 2018-02-20 12:53:13 -08:00
  • 08fdbf51d0 Add support for keeping focus to the current window (#109) Hayato Kawai 2018-02-21 05:51:03 +09:00
  • 449c8c9d22 make echo message oneline (#108) Yosuke Kurami 2018-02-14 02:06:53 +09:00
  • 77e548469d add lsp#stop_server('server_name') (#103) Prabir Shrestha 2018-01-27 22:44:55 -08:00
  • 53e805bb8d add support for case-insensitive drive lookup for windows (#102) Prabir Shrestha 2018-01-27 22:13:16 -08:00
  • 897b60960c Revert "Show matching lines on :LspReferences (#93)" (#98) Prabir Shrestha 2018-01-21 13:08:00 -08:00
  • a2483c71d1 Show matching lines on :LspReferences (#93) xtal8 2018-01-07 23:20:07 +01:00
  • 10d45996ff Use keepalt (#91) xtal8 2018-01-07 22:28:44 +01:00
  • c733f3d916 Update README.md Prabir Shrestha 2018-01-07 00:24:17 -08:00
  • 0da7cbbdf1 fixed spelling prabirshrestha 2018-01-06 21:41:11 -08:00
  • 775674d4fb handle null response ids prabirshrestha 2018-01-06 21:39:28 -08:00
  • cbf0fd26df support for showing diagnostics under cursor (#90) Prabir Shrestha 2018-01-06 18:58:35 -08:00
  • 1bb957d6bf added s:error_msg in diagnostics.vim prabirshrestha 2018-01-06 16:35:42 -08:00
  • 148bc9a9a1 initial support for diagnostics signs (#89) Prabir Shrestha 2018-01-06 13:25:32 -08:00
  • 75863ac26f Always pass response for is_error function (#86) Prabir Shrestha 2018-01-05 00:05:13 -08:00
  • b33a69e2b1 Update minimal.vimrc Prabir Shrestha 2018-01-02 21:20:56 -08:00
  • 8b4b168a6b Create minimal.vimrc Prabir Shrestha 2018-01-02 21:19:20 -08:00
  • b88e0d6168 document install and lsp#register_server (#84) Prabir Shrestha 2018-01-02 00:24:05 -08:00
  • e1230b7cef Update vim-lsp.txt Prabir Shrestha 2018-01-01 16:38:55 -08:00
  • d3af2b8e1a return empty string so the output#preview will not add 0 in cmdline (#83) Prabir Shrestha 2018-01-01 14:36:25 -08:00