Commit Graph

239 Commits

Author SHA1 Message Date
ray-x
99b7b1c502 issue #99 add texlab 2021-11-13 14:35:58 +11:00
ray-x
db09db7ef3 neovim 0.6 update for highlight 2021-11-12 20:06:47 +11:00
ray-x
342a429485 update disable filetype and README 2021-11-06 12:21:20 +11:00
ray-x
04cfdbd4d2 rls symbol 2021-11-06 10:21:57 +11:00
ray-x
04d8e71008 add setup option 2021-11-05 12:34:04 +11:00
ray-x
a6f668e05f preselect 1st item in code action. lsp_signature hook 2021-11-05 12:33:40 +11:00
ray-x
f43b0aba0e add diagnostic toggle, adjust width of preview window 2021-11-04 11:08:22 +11:00
ray-x
5a84868481 using client number in code action 2021-11-03 15:00:30 +11:00
ray-x
427007ee9b bugfix issue #97 2021-11-03 10:35:09 +11:00
ray-x
262181246d update symbol preview with treesitter scope 2021-11-02 20:16:16 +11:00
TANIGUCHI Masaya
d9fb882e98
Add markdown (#96) 2021-11-01 15:45:39 +11:00
ray-x
622804e674 client load table on filetype detected 2021-10-28 15:35:30 +11:00
ray-x
c9514dffe9 support for lsp-installer (deprecate lsp-installer) issue #90 2021-10-24 12:37:09 +11:00
ray-x
c890f3818d Merge branch 'nvim-lsp-installer' 2021-10-24 12:34:26 +11:00
ray-x
74ea1ddd73 document update 2021-10-24 12:30:52 +11:00
ray-x
062e7e4ffc document save & fmt aucmd 2021-10-20 11:22:41 +11:00
ray-x
fab08151e6 refactor diagnostic https://github.com/neovim/neovim/pull/16057 2021-10-20 10:08:59 +11:00
ray-x
0c0801c92d fix for issue #92 default_mapping=false 2021-10-19 10:04:14 +11:00
ray-x
5083b07972 setup with lsp installer 2021-10-18 13:15:17 +11:00
ray-x
b936cbb48d updates for lsp-installer 2021-10-18 11:56:39 +11:00
ray-x
87f4c2b664 deprecate lspinstall in faviour of lsp_installer 2021-10-18 10:46:21 +11:00
ray-x
7514301d80 bugfix issue #91 return if no result returns 2021-10-17 17:36:07 +11:00
ray-x
d6b81ba8ab bug fix #91 outgoing_calls failure for pyright 2021-10-17 15:29:17 +11:00
ray-x
36c01adc2d buffer lsp reference highlight #88 2021-10-15 14:28:28 +11:00
ray-x
0a5db66968 format per buffer setup 2021-10-14 14:55:40 +11:00
ray-x
c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 2021-10-13 20:27:46 +11:00
ray-x
36683e3646 remove logs and update golang version 2021-10-11 16:28:49 +11:00
ray-x
ed834ecf0d diagnostic fix for #86 2021-10-11 11:26:40 +11:00
ray-x
1b3ba27403 bugfix start warning code action 2021-10-08 16:02:13 +11:00
ray-x
b521c2e7bb update code_action/code_lens_action config. Move to lsp section 2021-10-08 14:38:47 +11:00
ray-x
d932978441 update code lens action icon 2021-10-08 14:20:56 +11:00
ray-x
89b08bc968 svelte, codeaction remove empty, luadev #72 2021-10-06 10:57:03 +11:00
ray-x
a952d694e1 lazyload for lua-dev 2021-10-05 17:53:53 +11:00
ray-x
1f3680d4b1 bugfix for codeAction newText 2021-10-05 14:00:54 +11:00
ray-x
faab21a1a7 issue #82 2021-10-05 09:56:23 +11:00
ray-x
c08cbdda89 lazy load for lua-dev 2021-10-05 09:48:46 +11:00
rayx
93c7eae2ca
Code action v2 (#81)
* bugfix for #71

* Better lspinstall support

* incoming_calls and outgoing_calls cause errors when results from LSP server have multiple lines #78

* remove logs

* update README.md

* defer format update

* lazyload lua-dev #72

* timer of filetype detect to 500

* document update

* update codeaction

* action command

* update code action details

* add svelteserver
2021-10-01 18:53:52 +10:00
ray-x
74af2c1a72 add svelteserver 2021-10-01 18:51:46 +10:00
ray-x
892804d51e update code action details 2021-10-01 02:41:00 +10:00
ray-x
00a015e27a action command 2021-09-30 21:29:06 +10:00
ray-x
c55729e879 update codeaction 2021-09-30 21:10:35 +10:00
ray-x
687f78db5b timer of filetype detect to 500 2021-09-28 10:21:03 +10:00
ray-x
1ba70b81d5 lazyload lua-dev #72 2021-09-28 08:24:22 +10:00
ray-x
4e69764a52 defer format update 2021-09-27 10:55:43 +10:00
ray-x
9460b82d05 Merge branch 'master' into multi_loading 2021-09-27 10:44:11 +10:00
ray-x
d793df9b42 remove logs 2021-09-27 10:25:40 +10:00
ray-x
2afd51ae11 incoming_calls and outgoing_calls cause errors when results from LSP server have multiple lines #78 2021-09-24 16:46:17 +10:00
ray-x
0f2868c5e6 Better lspinstall support 2021-09-24 11:54:03 +10:00
spindensity
633c7da38f
Fix #73: Calling defintion_preview() on blank lines causes error (#74)
Co-authored-by: Jinsong Zhang <spindensity@gmail.com>
2021-09-23 17:18:42 +10:00
spindensity
5391bf6aec
Fix #75: The error handling code of implementation_handler() does not work (#76)
Co-authored-by: Jinsong Zhang <spindensity@gmail.com>
2021-09-23 17:17:49 +10:00