Yi Ming
39e2eda768
fix: replace all deprecated APIs ( #68 )
2024-05-17 16:36:35 +09:00
Jongwook Choi
fa13fd6845
fix: get rid of deprecated API use: `vim.lsp.buf_get_clients()` ( #66 )
2024-05-17 15:57:33 +09:00
hrsh7th
5af77f54de
Revert unneeded README.md changes
2023-12-10 19:51:13 +09:00
Jongwook Choi
e6a5e755ff
docs: Suggest better ways to configure LSP capabilities ( #64 )
...
Using `require('cmp_nvim_lsp').default_capabilities()` alone will be not
enough. We have to merge with the default LSP capabilities producced by
`vim.lsp.protocol.make_client_capabilities()`.
See #42 and #44 .
2023-12-10 19:44:29 +09:00
hrsh7th
44b16d1121
Add resolvable properties
2023-06-23 13:23:23 +09:00
hrsh7th
0e6b2ed705
Add language-server specific keyword_pattern
2023-02-07 03:27:47 +09:00
hrsh7th
59224771f9
Fix #45
2022-11-16 11:49:39 +09:00
hrsh7th
91050df7b3
Support get_position_encoding_kind
2022-11-16 01:31:43 +09:00
numToStr
78924d1d67
chore: use lua API for autocmd ( #43 )
2022-10-29 16:02:52 +09:00
Jongwook Choi
3cf38d9c95
vim.deprecate should not be used until neovim 0.9.0 ( #40 )
...
vim.deprecate is not available yet as of neovim 0.8.0. The use of it
(introduced in #35 ) will break stable versions of neovim.
2022-10-16 04:43:56 +09:00
Carlos Afonso
2a84710af8
Update README.md ( #39 )
2022-10-15 23:52:22 +09:00
Jesse
59e6bb0be3
Fix default_capabilities() ( #37 )
...
The overridden settings should be inside the completionItem sub-object
instead of in the textDocument.completion object.
2022-10-15 20:50:00 +09:00
Thibeau Vercruyssen
389f06d310
Remove need to use make_client_capabilities ( #35 )
...
* Remove need to use make_client_capabilities
* Add deprecating warning
2022-10-15 14:58:54 +09:00
Alexander Heinrich
affe808a5c
Ignore generated help tags ( #26 )
2022-05-16 21:45:10 +09:00
hrsh7th
e6b5feb2e6
Add FAQ section
2022-05-01 22:49:11 +09:00
hrsh7th
ebdfc204af
Specify offset_encoding
2022-01-15 19:30:23 +09:00
Michael Lingelbach
b4251f0fca
docs: add notes on capabilities ( #21 )
...
* docs: add notes on capabilities
Closes https://github.com/hrsh7th/cmp-nvim-lsp/issues/3
* Update README.md
2022-01-05 02:44:06 +09:00
hrsh7th
134117299f
Create LICENSE
2021-11-10 20:29:30 +09:00
hrsh7th
accbe6d975
Merge pull request #11 from puuuuh/main
...
Add retry on "Text changed" error
2021-10-17 15:09:13 +09:00
puh
d7285adc13
Add retry on "Text changed" error
2021-10-16 10:41:43 +03:00
hrsh7th
f93a6cf976
Fix cancel handling
2021-09-30 21:15:04 +09:00
hrsh7th
e1008ffdb7
Fix #264@hrsh7th/nvim-cmp for nvim 0.5.1
2021-09-30 11:56:01 +09:00
hrsh7th
246a41c556
Register only usable source
2021-09-17 12:01:56 +09:00
hrsh7th
f6f471898b
Cancel once
2021-09-04 03:06:51 +09:00
hrsh7th
cdf83a5533
Add compatible codes for new LSP signature
2021-09-04 03:05:33 +09:00
hrsh7th
9af212372c
Fix #5
2021-08-26 20:05:33 +09:00
hrsh7th
c0b38c140e
Improve cancelling
2021-08-26 18:39:55 +09:00
hrsh7th
02fad4bfcf
Fix #4
2021-08-26 18:39:55 +09:00
hrsh7th
4ffde08749
Merge pull request #2 from tjdevries/easy_setup
...
feat: Make setup easier
2021-08-25 23:51:45 +09:00
TJ DeVries
935efd37af
feat: Make setup easier
2021-08-25 10:16:29 -04:00
hrsh7th
e9587cde00
Add source name to README.md
2021-08-25 15:35:57 +09:00
hrsh7th
6d991d0f7b
Improve available handling
2021-08-24 13:49:32 +09:00
hrsh7th
899f70af07
Update README.md
2021-08-23 11:31:53 +09:00
hrsh7th
a9e1e26d1c
Setup automatically
2021-08-23 00:32:12 +09:00
hrsh7th
5033ee141a
Add plaintext ad supported documentationFormat
2021-08-23 00:30:15 +09:00
hrsh7th
09e4ab0fb6
Add debug name
2021-08-16 12:14:10 +09:00
hrsh7th
bbe2523d10
Update README.md
2021-08-09 15:22:22 +09:00
hrsh7th
2a782cba54
Initial implementation
2021-07-26 22:54:49 +09:00
hrsh7th
66110d9845
Initial commit
2021-07-26 21:34:16 +09:00