Commit Graph

  • cacfc79eb4 completion/resolve support for documentation and use the new floating window (#1052) Prabir Shrestha 2021-01-23 09:11:27 -08:00
  • 7380d31c4f update callbag to 72acf412 - fixes undefined l:found (#1054) Prabir Shrestha 2021-01-18 10:42:26 -08:00
  • 51a566c878 default to using quickpick for codelens (#1053) Prabir Shrestha 2021-01-18 09:54:59 -08:00
  • 17180038a8 add support for call hierarchy (#1046) Daisuke Suzuki 2021-01-18 11:44:25 +09:00
  • 951ed0ca0f add FloatingWindow support from vim-vital-vs (#1033) Prabir Shrestha 2021-01-17 15:15:41 -08:00
  • 90d61f1114 fix snippet (#1051) Prabir Shrestha 2021-01-16 12:09:01 -08:00
  • 6038748cb1 Improve completion perf (#1038) Prabir Shrestha 2021-01-16 11:05:21 -08:00
  • 3bca7e8c8a Fix/showsigpreview (#1042) v0.1.4 jerojasro 2021-01-13 01:57:28 -05:00
  • db9b57bc03 update quickpick to 37e29b2 - fixes multi-byte strings (#1039) mattn 2021-01-11 23:07:57 +09:00
  • 7442e27a76 add lsp-workspace-symbol-search example in README.md Prabir Shrestha 2021-01-10 20:17:23 +00:00
  • 3ed0e7aa31 Workspace symbol search using quickpick (#1035) Prabir Shrestha 2021-01-09 22:14:07 -08:00
  • bed4d52443 update quickfix to 3c3d58508 - fix vim api update (#1036) Prabir Shrestha 2021-01-09 22:10:43 -08:00
  • 678c059238 update quickpick to 601f826 - fixes mapclear <buffer> (#1030) Prabir Shrestha 2021-01-09 12:47:17 -08:00
  • e699b0fcb6 add LspDocumentSymbolSearch using quickpick (#1029) Prabir Shrestha 2021-01-09 12:14:26 -08:00
  • c1a9a73864 update quickpick to 601f826b829d - do not call mapclear <buffer> (#1031) Prabir Shrestha 2021-01-09 12:08:26 -08:00
  • 03ca21d60a Improve documentation popup in neovim. Fix typo. (#1017) Subhaditya Nath 2021-01-10 00:43:44 +05:30
  • ac7eacd3a2 Fix prabirshrestha/vim-lsp#1016 (#1027) Subhaditya Nath 2021-01-08 13:55:32 +05:30
  • 2ef2f768d3 Fix prabirshrestha/vim-lsp#1024 (#1028) Subhaditya Nath 2021-01-08 13:08:39 +05:30
  • 87cd0e6137 start quickpick in insert mode by default (#1021) Prabir Shrestha 2021-01-04 22:53:21 -08:00
  • 89135264c2 embed quickpick.vim and add experimental quickpick support for codelens (#1019) Prabir Shrestha 2021-01-04 21:26:54 -08:00
  • 58dc3b183c Add title to Lsp(Document|Workspace)Symbol quickfix window (#936) obcat 2021-01-05 13:11:18 +09:00
  • cb506f5112 add line in codelens (#1015) Prabir Shrestha 2021-01-03 14:31:16 -08:00
  • 7d15d0f581 convert more of codelens to callbag (#1013) Prabir Shrestha 2021-01-03 02:06:03 -08:00
  • 513fef901e Fix typos in documents (#1012) Linda_pp 2021-01-03 18:34:32 +09:00
  • 62ef9585a1 remove CodeLensSync (#1011) Prabir Shrestha 2021-01-02 23:12:09 -08:00
  • 6d928e18ba use reduce instead of storing local variable (#1010) Prabir Shrestha 2021-01-02 23:08:19 -08:00
  • 8cff8be67d update callbag.vim to 62a31fd03dfceb0e94a19295a1f6d3d0f2a954ed to support reduce() (#1009) Prabir Shrestha 2021-01-02 23:04:38 -08:00
  • d2cbe800e7 Fix cursor position calculation on complete done (#1008) hrsh7th 2021-01-03 14:13:16 +09:00
  • 1a7a6e08de add support for codeLens/resolve (#1007) Prabir Shrestha 2021-01-02 19:25:19 -08:00
  • 2ba5289300 update callbag.vim to c721874292709dcf9024496e85f06236f56f66bf Prabir Shrestha 2021-01-03 00:38:58 +00:00
  • 0cf7e0f8d3 update callbag to 110c554484bd21520c5f75983f9a3ccd72330018 to support flatMap (#1006) Prabir Shrestha 2021-01-02 16:34:38 -08:00
  • d78d219abd allow to enable or disable diagnostics per buffer (#1005) Prabir Shrestha 2021-01-02 14:20:05 -08:00
  • 268341fe60 Diagnostics refactor movements (#1004) Prabir Shrestha 2021-01-02 13:59:31 -08:00
  • 7c43b01635 refactor diagnostics get buffer first error line to use the new internal state (#1003) Prabir Shrestha 2021-01-02 13:06:07 -08:00
  • e846a999f7 Fix function argument (#1002) mattn 2021-01-03 05:09:12 +09:00
  • 748a8e3aea Improve error message at unsupported feature (#1001) Linda_pp 2021-01-03 01:58:03 +09:00
  • f6a66a11b5 Fix cursor position after completion (#998) hrsh7th 2021-01-02 17:38:16 +09:00
  • 098509278d refactor diagnostics count to using diagnostics state (#999) Prabir Shrestha 2021-01-02 00:14:05 -08:00
  • 2eb8d16413 refactor diagnostics under cursor to use the new internal diagnostics state (#997) Prabir Shrestha 2021-01-01 11:31:07 -08:00
  • efd07d859e Revamp diagnostics highlights (#995) Prabir Shrestha 2020-12-31 23:13:19 -08:00
  • b4f710f143 use callbag share for stream and avoid directly using s:Stream (#996) Prabir Shrestha 2020-12-31 22:14:27 -08:00
  • ea78f5c6c3 update callbag to 09ff9228257 Prabir Shrestha 2021-01-01 05:55:18 +00:00
  • 7770b7d5a3 Add public api get window/workDoneProgress (#979) micchy326 2021-01-01 03:51:20 +09:00
  • ee854b4c55 Add tcp feature (#985) mattn 2021-01-01 01:28:06 +09:00
  • 5743ae2110 Diagnostics signs revamp (#994) Prabir Shrestha 2020-12-31 01:23:26 -08:00
  • bc98be823d add enable check (#993) Prabir Shrestha 2020-12-30 15:41:22 -08:00
  • 1489cf8295 Revamp diagnostics virtual text (#990) Prabir Shrestha 2020-12-30 14:49:44 -08:00
  • 58e81e6fca try fix mac neovim ci (#992) Prabir Shrestha 2020-12-30 14:35:47 -08:00
  • 0119e4a094 update neovim ci from 0.4.3 to 0.4.4 (#991) Prabir Shrestha 2020-12-30 14:08:52 -08:00
  • 4f4fdf4aa1 Fix tests (#989) mattn 2020-12-31 03:26:01 +09:00
  • 2a573f1321 Update the Highlight references section in README (#988) Martin Kourim 2020-12-30 18:23:14 +01:00
  • d025869d04 check for nvim float support before using it (#986) Prabir Shrestha 2020-12-29 14:35:25 -08:00
  • 6bb6069f94 Diagnostics for all buffers (#982) Prabir Shrestha 2020-12-27 22:44:18 -08:00
  • 124a0a6ab9 fix typo: diagnsotics & disable (#984) yaegassy 2020-12-28 15:37:01 +09:00
  • 5af4e7cdaa use buf var for buffer level diagnostics enabled flag (#983) Prabir Shrestha 2020-12-27 20:23:11 -08:00
  • 8f5bec6ce9 add buffer state of disabled diagnostics state (#981) Prabir Shrestha 2020-12-27 18:29:22 -08:00
  • 778ebd3ca2 add internal/diagnostics/state.vim (#978) Prabir Shrestha 2020-12-27 11:27:17 -08:00
  • c4a867b51c add lsp_server_exit notification (#980) Prabir Shrestha 2020-12-27 10:59:27 -08:00
  • 630015f8f5 fix LspNextReference (#976) micchy326 2020-12-27 03:29:54 +09:00
  • 5f23ecd388 Convert lowercase drive letters to uppercase (#953) bamchoh 2020-12-26 04:11:47 +09:00
  • 46cdfe258b fixed document_highlight spelling Prabir Shrestha 2020-12-25 18:04:26 +00:00
  • 19c63348c7 Add window/workDoneProgress/create response (#973) micchy326 2020-12-26 02:55:13 +09:00
  • 0c2a9d34e0 add goto definition integration tests for same file (#972) v0.1.3 Prabir Shrestha 2020-12-24 14:21:49 -08:00
  • 5d0648cbe4 send clientInfo as part of InitializeParams (#971) Prabir Shrestha 2020-12-24 12:40:51 -08:00
  • 0c4e149ac5 add window.workDoneProgress client capability (#970) Prabir Shrestha 2020-12-24 01:32:55 -08:00
  • 3cdca33b2e added more dynamicRegistration set to false (#969) Prabir Shrestha 2020-12-24 00:35:55 -08:00
  • f9c8184c74 Rename to highlight_references to document_highlight to match lsp (#968) Prabir Shrestha 2020-12-24 00:12:45 -08:00
  • 42c9618928 add references capabilities (#967) Prabir Shrestha 2020-12-23 23:57:44 -08:00
  • d64a5156ea explicitly set dynamic registration to false and sort (#966) Prabir Shrestha 2020-12-23 23:34:01 -08:00
  • f763ff829e add hover client capabilities (#965) Prabir Shrestha 2020-12-23 23:23:22 -08:00
  • af55fd3a2c set synchornization client capabilities (#964) Prabir Shrestha 2020-12-23 23:16:16 -08:00
  • 632ae96876 add addtionalTextEdits for resolve support capability (#963) Prabir Shrestha 2020-12-23 22:32:05 -08:00
  • 4ff1d41412 [WIP] do not merge: integration tests with language servers (#959) Prabir Shrestha 2020-12-23 20:10:22 -08:00
  • 3176fd0fd4 use reporter spec by default in themis (#962) Prabir Shrestha 2020-12-23 17:58:48 -08:00
  • aef000765c four spaces (#961) Prabir Shrestha 2020-12-23 17:51:54 -08:00
  • 67c6e9040a always add range for diagnostics test (#960) Prabir Shrestha 2020-12-23 17:27:39 -08:00
  • 931030c1f6 update vim-themis to v1.5.5 (#958) Prabir Shrestha 2020-12-23 11:54:29 -08:00
  • 5c91c59f2a add lsp#utils#buffer#get_indent_size() (#957) Prabir Shrestha 2020-12-23 11:48:46 -08:00
  • b316729ef5 use callbag to implement document format with timeout (#956) Prabir Shrestha 2020-12-22 22:08:32 -08:00
  • 9dce8c50ed update callbag to 9108df10d721c04a8908a391dde14aeabacc422d (#951) Prabir Shrestha 2020-12-13 12:07:23 -08:00
  • 7d12fe6145 support for non-boolean values in serverCapabilities (#949) cxxxr 2020-12-13 03:55:16 +09:00
  • 24c743c057 remove dupe config Prabir Shrestha 2020-12-11 20:47:38 -08:00
  • 29f93922c3 Fix highlight_references (#947) Subhaditya Nath 2020-12-12 10:16:50 +05:30
  • f8752f07d3 Fix typo (#948) Josip Ćavar 2020-12-11 23:05:01 +01:00
  • a56304f238 Fix width of documentation popup (#932) mattn 2020-11-26 15:33:06 +09:00
  • ce034201cd Do not remove empty lines in popup (#940) Thomas Faingnaert 2020-11-24 18:32:32 +01:00
  • c2f216b9ab Fix linecount (#939) mattn 2020-11-23 15:19:51 +09:00
  • e1adf0f84e Fix lsp-type-hierarchy plug mapping and a typo. (#934) Trevor Stone 2020-11-19 18:28:21 -07:00
  • b8c9256f61 update callbag to 7648b13; fixes "innerTalkback" typo (#930) Sean Dewar 2020-11-15 03:10:20 +00:00
  • ca209dc1b8 Document how to use netcat to setup a tcp server (#928) David Briscoe 2020-11-14 11:56:51 -08:00
  • 45babeb947 Improved neovim floating windows, and misc. other improvements (#921) Subhaditya Nath 2020-11-14 22:07:01 +05:30
  • 594751093d Fix vint errors (#926) mattn 2020-11-04 16:42:00 +09:00
  • 32b52c9316 Add missing arg for <Plug>(lsp-workspace-symbol) (#925) Sean Dewar 2020-11-04 02:09:57 +00:00
  • eba0839b79 Check win_findbuf return empty (#922) mattn 2020-10-30 00:23:46 +09:00
  • fdb69ab913 populate location list with all modified changes in a WorkspaceEdit (#555) William Boman 2020-10-24 04:41:32 +02:00
  • d821bd8e18 Allow LspWorkspaceSymbol query on cmdline (#742) David Briscoe 2020-10-18 09:16:32 -07:00
  • 36cc104764 fix is_error for highlight_references (#920) Prabir Shrestha 2020-10-18 09:07:22 -07:00
  • 51eb1f6676 add support for window/showMessageRequest (#919) Prabir Shrestha 2020-10-18 08:46:03 -07:00
  • 860dcabb6b send server requests to stream (#918) Prabir Shrestha 2020-10-17 14:34:58 -07:00
  • c81bb11cff add stale bot (#917) Prabir Shrestha 2020-10-17 11:43:17 -07:00