Commit Graph

  • 651bccfab8 Fix cursor pos on appling additionalTextEdit (#726) hrsh7th 2020-02-21 23:35:35 +09:00
  • 77f3536c8b Add lsp#activate() (#713) mattn 2020-02-20 01:47:15 +09:00
  • b399cde35f Stop toggling lightline on setting contents of popup (#677) itchyny 2020-02-19 18:52:33 +09:00
  • aca92ddad4 Remove suffix (#723) mattn 2020-02-19 15:21:47 +09:00
  • 49a886853e Set default path_uri if not given or not found with patterns. fix-root_uri Yasuhiro Matsumoto 2020-02-19 11:44:41 +09:00
  • 415f6e685f Fix cursor pos after text edit (#724) hrsh7th 2020-02-17 21:39:46 +09:00
  • 6e78f35aad ESC to cancel workspace/symbol (#717) mattn 2020-02-15 01:03:42 +09:00
  • d9e471e142 Remove typed_pattern (#704) mattn 2020-02-15 01:00:19 +09:00
  • 3e207c0ee4 Change text edit implementation to support \r (#718) hrsh7th 2020-02-15 00:39:40 +09:00
  • a79931dcc5 Ignore error of prop_add/prop_remove (#721) mattn 2020-02-14 20:45:23 +09:00
  • f36410202e Resolve LspHover Conceal Issue (#720) Maxim Kim 2020-02-14 13:31:56 +03:00
  • 9962ef9ac8 Show only first line while popup visible (#714) mattn 2020-02-14 00:51:53 +09:00
  • 20d1cf3968 Expand snippets after some textEdit related modifications (#682) hrsh7th 2020-02-10 12:53:21 +09:00
  • 682a20caf5 g:lsp_diagnostics_{echo,float}_cursor are NOT exclusive (#711) Fujiwara Takuya 2020-02-10 12:01:12 +09:00
  • fabb572f7e document vim-vsnip for snippets (#710) Prabir Shrestha 2020-02-09 09:20:39 -08:00
  • 52539a54ae Show diagnostics in a floating window (#700) Fujiwara Takuya 2020-02-10 01:44:05 +09:00
  • f33d624290 clear_all_highlights: check if buffer is loaded (#709) taiyu 2020-02-08 15:37:10 -08:00
  • d35d297447 LspWorkspaceSymbol should redraw prompt (#708) mattn 2020-02-08 23:41:56 +09:00
  • 2a346106de Don't allow hover window to close preview window (#705) Timur Celik 2020-02-08 15:16:33 +01:00
  • 2526438c44 Register CursorMoved event only when required (#699) itchyny 2020-02-08 22:17:57 +09:00
  • 701c734c91 Check text_edits is null (#697) mattn 2020-02-01 14:17:01 +09:00
  • bf8d206eca Cache signature_help_trigger_chars (#696) mattn 2020-01-31 00:31:53 +09:00
  • 08f702bfcd Remove \r in description in completion popup (#694) mattn 2020-01-30 02:08:43 +09:00
  • 2c9a2c6bdf Fix insert text (#688) mattn 2020-01-28 14:41:30 +09:00
  • bfca7a974d silent call feedkeys (#691) mattn 2020-01-28 14:33:57 +09:00
  • 47ad01195c Treat severity=1 when not specified (#686) mattn 2020-01-23 23:46:23 +09:00
  • b9e6816193 Use prefix filter when does not specified (#678) hrsh7th 2020-01-20 21:27:24 +09:00
  • 6cbb4238e9 Check capability is dict (#675) mattn 2020-01-19 00:39:17 +09:00
  • dbfbdddb94 Merge pull request #673 from prabirshrestha/check-textedit hrsh7th 2020-01-17 23:53:38 +09:00
  • 7b793a1d79 Check textEdit is not null Yasuhiro Matsumoto 2020-01-17 20:32:08 +09:00
  • e2a052acce Merge pull request #669 from hrsh7th/fix-user-data-clear hrsh7th 2020-01-15 13:54:17 +09:00
  • 56835a9f3d Add comment hrsh7th 2020-01-14 12:27:06 +09:00
  • 6262baebcd Avoid clearing managed user_data unexpectedly hrsh7th 2020-01-14 12:22:12 +09:00
  • 64d514d14f Fix completion for clangd (#665) hrsh7th 2020-01-12 13:10:33 +09:00
  • 2f1ce88a83 Add missing function (#667) mattn 2020-01-12 04:53:22 +09:00
  • 70234feca4 Improve code action (#663) hrsh7th 2020-01-10 01:35:39 +09:00
  • 896abb2d69 Ignore cmdwin (#664) mattn 2020-01-10 01:07:29 +09:00
  • eadb20a0c8 Cache semantic tokens (#635) Thomas Faingnaert 2020-01-06 21:07:16 +01:00
  • 8f48b74e55 Fixup lsp_location_item_to_vim (#657) Christian Clason 2020-01-05 20:13:33 +01:00
  • 730f1c40f0 disable semantic highlight by default (#656) Prabir Shrestha 2020-01-05 09:37:14 -08:00
  • fef60795ec Improve signature help with lexima.vim (#638) hrsh7th 2020-01-05 02:17:03 +09:00
  • 6bb1252a9c show long of starting server prabirshrestha 2020-01-04 09:12:12 -08:00
  • 3c42f25540 Fix #651 (#652) Yuta Sakurai 2020-01-03 16:06:56 +09:00
  • 13c439051c do not echo Retrieving signature help prabirshrestha 2020-01-02 20:13:58 -08:00
  • c39127d85c Improve user_data format (#649) hrsh7th 2020-01-02 19:34:32 +09:00
  • f769a450b2 Fix CompleteDone (#637) hrsh7th 2020-01-02 18:08:34 +09:00
  • 4468bbc2bd add lsp#_new_command() and lsp#_last_command() (#648) Prabir Shrestha 2020-01-01 18:18:55 -08:00
  • 44e0823d55 fix :LspDocumentDiagnostics prabirshrestha 2020-01-01 18:12:26 -08:00
  • b02345d223 added lsp#utils#location#_lsp_to_vim_list (#647) Prabir Shrestha 2020-01-01 16:10:33 -08:00
  • 3aba91cf71 remove lsp#utils#to_col in favor of lsp#utils#position#_lsp_to_vim (#645) Prabir Shrestha 2020-01-01 13:33:36 -08:00
  • c347a80dfa fix _open_lsp_location (#646) Prabir Shrestha 2020-01-01 11:58:31 -08:00
  • 189a3118b1 add tests for lsp/utils/position.vim (#644) Prabir Shrestha 2020-01-01 10:49:29 -08:00
  • c35a328774 refactor LspTypeHierarchy (#643) Prabir Shrestha 2019-12-31 22:37:14 -08:00
  • 50133a79e1 use * for settagstack check prabirshrestha 2019-12-31 19:27:25 -08:00
  • 8c5ee44eee lsp#utils#tagstack#_update (#642) Prabir Shrestha 2019-12-31 19:25:37 -08:00
  • 67caa411c8 add initial support for type hierarchy (#641) Prabir Shrestha 2019-12-31 17:12:55 -08:00
  • 2afe76df7b change reviewdog vint reporter to github-pr-reviewer (#639) Prabir Shrestha 2019-12-29 10:30:55 -08:00
  • 094a49dccd Cache base64 alphabet (#634) Thomas Faingnaert 2019-12-27 11:47:33 +01:00
  • ae1aa1459f support hierarchical document symbol even if we don't explicilty set it to true (#631) Prabir Shrestha 2019-12-26 13:52:46 -08:00
  • 7ccab31b79 default hierarchicalDocumentSymbolSupport to false for documentSymbol (#630) Prabir Shrestha 2019-12-26 12:52:42 -08:00
  • 2f725fb4c3 Implement semantic highlighting (#464) Thomas Faingnaert 2019-12-26 19:08:30 +01:00
  • d3ce720d43 no text document did save delay by default (#629) Vu Le 2019-12-27 01:03:32 +07:00
  • 6dd95bbcab document lsp_buffer_enabled in README.md (#627) Prabir Shrestha 2019-12-25 23:43:56 -08:00
  • 9becd620b7 escape \r in preview (#626) Prabir Shrestha 2019-12-25 22:45:29 -08:00
  • e4422f660b add official link sto vim-lsp-settings instructions (#623) Prabir Shrestha 2019-12-25 15:15:28 -08:00
  • 72e76b8a4f Fix hover syntax (#579) Thomas Faingnaert 2019-12-25 23:43:06 +01:00
  • fa10d415d5 Fix an issue in highlighting of references. (#506) nhaliday 2019-12-25 16:15:35 -05:00
  • f931d0d29f Use location list instead of quickfix for diagnostics (#335) Łukasz Jan Niemier 2019-12-25 22:00:02 +01:00
  • 6c97746d66 remove travis.yml (#622) Prabir Shrestha 2019-12-25 12:49:19 -08:00
  • 90097d076a initial linux vim github ci (#621) Prabir Shrestha 2019-12-25 12:43:26 -08:00
  • 607149e1e0 add neovim linux github actions (#620) Prabir Shrestha 2019-12-25 12:03:37 -08:00
  • 5d6de67839 Fix completion when enable g:lsp_async_completion (#615) hrsh7th 2019-12-25 16:02:17 +09:00
  • d3dc5db36a added mac neovim github actions (#618) Prabir Shrestha 2019-12-24 22:59:59 -08:00
  • e6bf7636be add github workflow for windows_neovim (#617) Prabir Shrestha 2019-12-24 22:36:18 -08:00
  • 52156ad5fc github actions workflow for windows vim x64 for v8.0 v8.1 and v8.2 (#612) Prabir Shrestha 2019-12-24 21:52:50 -08:00
  • ed1c26342b use bionic linux and test against linux vim (#611) Prabir Shrestha 2019-12-23 19:06:57 -08:00
  • 2f2eb53a2a remove python/pip/vint from travis.yml (#610) Prabir Shrestha 2019-12-23 18:55:56 -08:00
  • 1d116d37f5 use level as error for vint failures in github actions Prabir 2019-12-23 18:26:32 -08:00
  • b77471f6a7 add reviewdog vint github actions (#608) Prabir Shrestha 2019-12-23 18:19:22 -08:00
  • abc1d83dd5 Fix textEdit completion (#572) mattn 2019-12-24 06:59:41 +09:00
  • a79e1614a8 Add only parameter for code action request (#607) hrsh7th 2019-12-24 03:05:11 +09:00
  • afaba6a1f2 Revert accidentially commits pushed to master branch. Yasuhiro Matsumoto 2019-12-23 01:05:56 +09:00
  • 5200a71411 Fix last position Yasuhiro Matsumoto 2019-12-22 20:02:12 +09:00
  • 6d44e0c200 Merge branch 'master' into fix-snippet-complete Yasuhiro Matsumoto 2019-12-22 19:50:35 +09:00
  • 7949fb410f Fix Yasuhiro Matsumoto 2019-12-22 19:50:27 +09:00
  • a38c46d591 Unlet exited in server (#605) mattn 2019-12-18 16:34:44 +09:00
  • 380f92fcce Add :LspStopServer (#604) FUJIWARA Takuya 2019-12-18 14:41:51 +09:00
  • 0956e85875 Print color statuses (#602) mattn 2019-12-17 11:37:38 +09:00
  • d85c6a5f87 Fix typo (#601) mattn 2019-12-15 14:44:04 +09:00
  • f759e4dd0d Add lsp_buffer_enabled (#599) mattn 2019-12-15 14:20:37 +09:00
  • fcf5439b90 Fix error on s:set_textprops() (#600) thinca 2019-12-15 14:20:10 +09:00
  • feefc53ea6 Jump to next/previous diagnostics other than error diagnostics (#587) Shumpei Shiina 2019-12-14 11:07:05 -06:00
  • d87513ff2d Handle error if the user hits escape before complete() is done (#578) Gavinok 2019-12-11 20:05:38 -08:00
  • 7ebf07135e If the hover response has only empty string content, we don't display anything. (#553) Hirokazu Hata 2019-12-09 07:08:57 +09:00
  • d537a4370a Improve help (#588) thinca 2019-12-03 23:43:13 +09:00
  • 499794bb21 Set snippetSupport: false (#575) mattn 2019-11-24 06:28:11 +09:00
  • 864e7df1d2 Add explicit line numbers to prop_remove calls (#574) Thomas Faingnaert 2019-11-22 10:42:39 +01:00
  • 9493169b91 Fix test Yasuhiro Matsumoto 2019-11-21 18:04:13 +09:00
  • 64c8d091d6 Fix test Yasuhiro Matsumoto 2019-11-21 17:49:44 +09:00
  • 98c19a7e3e Check InsertTextFormat:Snippet Yasuhiro Matsumoto 2019-11-21 16:50:56 +09:00