Commit Graph

  • 533aef14d2 Fix clear textprops for unloaded buffers (#430) Thomas Faingnaert 2019-07-11 22:37:43 +02:00
  • 5fd87f413d Added g:lsp_signs_priority map smhc 2019-07-10 16:57:39 +10:00
  • 9cbc9f49cc Added g:lsp_signs_priority smhc 2019-07-10 16:03:49 +10:00
  • d542bbc5a3 Document customization of popup window color (#415) Thomas Faingnaert 2019-06-29 21:28:37 +02:00
  • ba9e9b5a20 Fix float position with g:lsp_preview_keep_focus=0 (#419) Andrej Zieger 2019-06-27 00:11:42 +01:00
  • d848083ca1 Fix newlines in popup window (#414) Thomas Faingnaert 2019-06-26 04:30:57 +02:00
  • f02bf20330 Expose diagnostics count for current buffer. (#376) tsufeki 2019-06-25 20:19:26 +02:00
  • 2b583fefa2 Use g:ignorecase to indicates whether or not ignorecase to matchs completion word (#392) Colin Cheng 2019-06-26 02:15:51 +08:00
  • 2176417264 Fix documentHighlight always being sent (#413) Thomas Faingnaert 2019-06-25 20:08:24 +02:00
  • 1790680598 preview information shown in hover at the cursor (#395) Andrej Zieger 2019-06-25 19:04:52 +01:00
  • e0f832443b Merge pull request #387 from dhakimian/fix-ref-jump mattn 2019-06-18 02:55:30 +09:00
  • e781beb076 Merge pull request #408 from itchyny/fix-no-matching-autocmds-msg mattn 2019-06-17 18:50:47 +09:00
  • ab1a95c7ad fix No matching autocommands message on doautocmd User lsp_complete_done itchyny 2019-06-17 18:29:09 +09:00
  • 20f5b7541a UltiSnips integration (#306) Thomas Faingnaert 2019-06-15 21:06:16 +02:00
  • 75516719d5 Fix lsp#utils#text_edit#apply_text_edits when end position was newline character. (#388) mikoto2000 2019-06-16 03:08:48 +09:00
  • 69f31d5bf2 Use fnameescape() (#404) mattn 2019-06-12 23:18:03 +09:00
  • 8891d93dc3 Fix check for signs support in Neovim (#402) Ruslan Kiyanchuk 2019-06-11 13:46:53 -07:00
  • 21d51ffb83 Fix text edits not preserving v:completed_item (#389) Thomas Faingnaert 2019-05-25 21:01:24 +02:00
  • 19090fecae Update the jumplist when jumping between references Daniel Hakimian 2019-05-22 10:30:06 -07:00
  • 0d1af5afc2 Use cursor() instead of exec Daniel Hakimian 2019-05-22 09:00:38 -07:00
  • f75914d991 Fix cursor positioning when jumping to next/prev reference Daniel Hakimian 2019-05-21 09:15:20 -07:00
  • 900e8619be Fix text edit when insert empty new text (#384) mikoto2000 2019-05-21 09:24:41 +09:00
  • c1be742774 Add diagnostics highlighting via +textprop. (#375) tsufeki 2019-05-17 12:02:38 +02:00
  • feba6d6d53 Support additionalTextEdits in completion items (#372) tsufeki 2019-05-15 14:50:10 +02:00
  • 74988e44ad Fix WorkspaceEdit with both documentChanges and changes. (#368) tsufeki 2019-05-15 14:10:35 +02:00
  • 3deb1fb2f0 Fix echo diagnostics truncation (#379) Colin Cheng 2019-05-13 13:39:05 +08:00
  • e346c77475 Fix newline in completion popup. (#369) tsufeki 2019-05-13 07:34:58 +02:00
  • fe2ec6e040 Search for multiple file/dir names in lsp#utils#find_nearest_parent_file_directory (#373) IceNature 2019-05-13 13:33:38 +08:00
  • a80d617938 Documented g:lsp_diagnostics_echo_cursor (#380) smhc 2019-05-13 12:54:03 +10:00
  • 185aee6ac9 Allowing empty word complete item (#378) mikoto2000 2019-05-08 11:42:59 +09:00
  • fe5057641c Highlight references to the symbol under cursor (#363) Martino Pilia 2019-04-21 22:39:26 +02:00
  • 357a074c85 Delete TODO about 'user definition cursor position mechanism' in 'omni.vim'. (#364) mikoto2000 2019-04-16 04:15:36 +09:00
  • a79fb04d36 Support refactorings through code actions. (#359) Tomasz Zurkowski 2019-04-06 12:26:04 -04:00
  • 6608aad006 Clear message when leaving diagnostic line (#351) Jason Cheatham 2019-04-05 13:31:26 -04:00
  • ee1dd1638a Add check whether user_data is json type. (#358) mikoto2000 2019-03-31 01:38:41 +09:00
  • 5c3dcc952b Fix to allow "textEdit property provide and null value". (#356) mikoto2000 2019-03-28 01:56:48 +09:00
  • a1778c8153 fix s:call_did_save fixes #354 Prabir Shrestha 2019-03-25 14:07:41 -07:00
  • b20f79c8e0 Add support for nvim highlights (#352) Jason Cheatham 2019-03-23 13:01:17 -04:00
  • 21713325d1 Remove trailing space in 'applyEdit ' field. (#344) Tomasz Zurkowski 2019-03-23 12:49:44 -04:00
  • 622b429a8c Merge pull request #318 from mikoto2000/support_for_completion_item_text_edit Prabir Shrestha 2019-03-23 09:46:28 -07:00
  • 0372e2380e Added user_data type check. mikoto2000 2019-03-23 18:50:45 +09:00
  • c5c7bf0abc Do not include 'version' in didSave notification. (#345) Tomasz Zurkowski 2019-03-22 12:08:39 -04:00
  • 728e60b9b4 Modified error information process, to use lsp#utils#error and lsp#log. mikoto2000 2019-03-22 08:03:06 +09:00
  • 8471d04c0f ignore terminal buftype (#342) Prabir Shrestha 2019-03-21 14:01:47 -07:00
  • 573b3d2b8d Added lsp#omni#get_vim_completion_item test about textEdit. mikoto2000 2019-03-20 05:14:07 +09:00
  • e8f3541741 Added has('patch-8.0.1493') check. mikoto2000 2019-03-20 04:17:58 +09:00
  • 25a0d7b67c Modified user_data encode/decode process to json_encode/json_decode. mikoto2000 2019-03-20 02:55:53 +09:00
  • 43a9752f1b Move textEdit's user_data to user_data['vim-lsp/textEdit']. mikoto2000 2019-03-18 21:59:34 +09:00
  • e5f54f9b38 Fix called function name mismatch. mikoto2000 2019-03-18 21:08:49 +09:00
  • 3e28b8fb1e Use correct highlight group name (fix #340) (#343) grainrigi 2019-03-17 03:14:21 +09:00
  • e3f69339ef Merge pull request #336 from hauleth/support-nvim-virtual_text Prabir Shrestha 2019-03-07 12:25:48 -08:00
  • 51d7746515 nvim_buf_set_virtual_text line number is 0 indexed Łukasz Niemier 2019-03-07 20:46:53 +01:00
  • cedacac6fc Support NeoVim virtual text Łukasz Niemier 2019-03-07 19:57:12 +01:00
  • eadfab3d68 Merge pull request #313 from nickspoons/next-error-column Prabir Shrestha 2019-03-07 09:23:36 -08:00
  • 3ee778a0c6 Check buffer loaded (#334) mattn 2019-03-07 11:16:13 +09:00
  • 2c7c747933 Fix lint (vint) error nickspoon 2019-03-04 09:18:35 +13:00
  • 2986ccbe74 Refactor error_next/previous out of signs.vim nickspoon 2019-03-03 22:43:32 +13:00
  • 0310241af1 Merge pull request #329 from prabirshrestha/fix-initialization-options2 mattn 2019-03-03 14:47:01 +09:00
  • 579dc32e8a initializationOptions is not passed Yasuhiro Matsumoto 2019-03-03 00:23:10 +09:00
  • dd78067d51 Merge pull request #327 from prabirshrestha/fix-initialization-options mattn 2019-03-03 00:18:29 +09:00
  • 0bffe7f621 initialization_options is not passed Yasuhiro Matsumoto 2019-03-03 00:02:10 +09:00
  • fd769ee73d Populate required processId in InitializeParams. (#325) Tomasz Zurkowski 2019-03-02 04:46:44 -05:00
  • 6a12c01dbe Send initialized notification to the server. (#317) Tomasz Zurkowski 2019-02-26 22:44:05 -05:00
  • 8a8f213129 Initialization Options should be an option could be opt-out. (#323) mattn 2019-02-27 12:42:40 +09:00
  • 421202982d Added "type" key existence check. mikoto2000 2019-02-25 22:58:21 +09:00
  • 369cf3f3c8 Fixed 'expand path methods'. mikoto2000 2019-02-24 19:29:37 +09:00
  • 9696023e21 Fixed 'string comparison operator'. mikoto2000 2019-02-24 19:24:19 +09:00
  • 2a7ea6cd61 Fixed vint errors. mikoto2000 2019-02-23 22:28:44 +09:00
  • e16822d617 Remove column-handling nickspoon 2019-02-23 23:59:34 +13:00
  • 09afaa0f48 Add explicit variable declarations and whitespace nickspoon 2019-02-22 16:53:04 +13:00
  • 8e4a372ff7 Wrap :LspNextError and :LspPreviousError nickspoon 2019-02-22 11:51:34 +13:00
  • ada958031a Navigate directly to error column nickspoon 2019-02-22 11:48:28 +13:00
  • 4e7fe37d68 Fixed test failed. mikoto2000 2019-02-23 19:06:26 +09:00
  • 315d73c0bd Added textEdit support on omni complete. mikoto2000 2019-02-23 09:11:57 +09:00
  • e195378260 Moved TextEdit process to utils. mikoto2000 2019-02-23 07:36:37 +09:00
  • b71d35cc0a Merge pull request #294 from prabirshrestha/redo-diagnostics Prabir Shrestha 2019-02-22 00:36:11 -08:00
  • 71404567c9 Merge pull request #316 from prabirshrestha/fix-mapping mattn 2019-02-22 17:31:10 +09:00
  • 1dfc456428 handle if sign is not supported Prabir Shrestha 2019-02-21 23:11:49 -08:00
  • a7771b6c91 missing call Yasuhiro Matsumoto 2019-02-22 14:17:33 +09:00
  • 78d549b006 Fix mapping not to use <expr> Yasuhiro Matsumoto 2019-02-22 14:15:07 +09:00
  • b291bd6a6c document g:lsp_signs_enabled Prabir Shrestha 2019-02-20 01:58:33 -08:00
  • 29d2bda48b set g:lsp_signs_enabled to 1 for has('patch-8.1.0772') Prabir Shrestha 2019-02-20 01:57:18 -08:00
  • a99a4e53d8 use signs_getplaced api for lsp#ui#vim#signs#next_error and lsp#ui#vim#signs#previous_error Prabir Shrestha 2019-02-20 01:49:42 -08:00
  • 28ba601205 Merge pull request #309 from prabirshrestha/check-hidden mattn 2019-02-20 18:46:22 +09:00
  • 0b99bf26ab use sign_define api Prabir Shrestha 2019-02-09 10:57:58 -08:00
  • 3c3274a30a check for s:supports_signs Prabir Shrestha 2019-02-09 10:45:19 -08:00
  • 98f7abac7d cleanup Prabir Shrestha 2019-02-09 10:39:19 -08:00
  • ad3d5385ae remove vim linux default (#310) Prabir Shrestha 2019-02-20 01:08:07 -08:00
  • bc7485361a Check &hidden for split window Yasuhiro Matsumoto 2019-02-20 01:10:29 +09:00
  • 0ef9fb7f1e Proper use of kind completion item property (#305) Ville Hakulinen 2019-02-17 20:41:00 +02:00
  • e40175d972 If the user has "fixendofline" set, append a blank line to preserve the EOF newline (#302) Bryan Forbes 2019-02-15 23:05:46 -06:00
  • 62c2f94acc Merge pull request #283 from prabirshrestha/format-range-sync mattn 2019-02-14 23:06:44 +09:00
  • 716c3e84d6 Merge pull request #253 from prabirshrestha/rename-prepare mattn 2019-02-14 22:59:22 +09:00
  • c16ec24e7f Set position to start renaming Yasuhiro Matsumoto 2019-02-12 19:10:07 +09:00
  • d1058060bf Merge branch 'master' into rename-prepare Yasuhiro Matsumoto 2019-02-12 16:27:55 +09:00
  • d961852dcd Skip loading when vim is missing features (#271) David Briscoe 2019-02-11 16:42:43 -08:00
  • fc16364356 default g:lsp_use_event_queue to when using neovim or vim with patch-8.1.0889 (#299) Prabir Shrestha 2019-02-11 15:22:53 -08:00
  • e36843112a Fix E461 error in lsp#omni#get_vim_completion_item (#300) Thomas Faingnaert 2019-02-11 07:36:23 +01:00
  • 85888554b3 Handle partial matches in omnicompletion (#295) Thomas Faingnaert 2019-02-10 20:59:40 +01:00
  • cf257bcd87 Merge pull request #298 from prabirshrestha/fix-diff mattn 2019-02-11 03:55:55 +09:00