neovim/runtime/lua/vim/lsp
Akin ed10e4ef60
fix(diagnostic): use correct field name for tags (#22835)
LSP tags are added to the diagnostic as "tags" but referred to as "_tags"
in the diagnostic underline handler
2023-03-31 11:23:19 +01:00
..
_snippet.lua docs(lsp): change type annotations from number → integer (#22510) 2023-03-07 07:17:52 +01:00
_watchfiles.lua fix(lsp): don't monitor files if workspace_folders is nil (#22531) 2023-03-05 08:42:15 +01:00
buf.lua fix(lsp): remove_workspace_folders fails if client has no workspace_folders #22633 2023-03-13 06:01:34 -07:00
codelens.lua docs(lsp): change type annotations from number → integer (#22510) 2023-03-07 07:17:52 +01:00
diagnostic.lua fix(diagnostic): use correct field name for tags (#22835) 2023-03-31 11:23:19 +01:00
handlers.lua fix(lsp): add missing silent check in lsp hover handler (#22763) 2023-03-25 21:01:39 +08:00
health.lua feat(lsp): show active clients in :checkhealth vim.lsp (#21670) 2023-01-08 09:23:08 +01:00
log.lua docs(lsp): change type annotations from number → integer (#22510) 2023-03-07 07:17:52 +01:00
protocol.lua feat(diagnostic): add support for tags 2023-03-30 14:49:58 +01:00
rpc.lua docs(lsp): change type annotations from number → integer (#22510) 2023-03-07 07:17:52 +01:00
semantic_tokens.lua perf(lsp): better binary search mid calculation in semantic token (#22607) 2023-03-10 14:10:38 +01:00
sync.lua docs(lsp): change type annotations from number → integer (#22510) 2023-03-07 07:17:52 +01:00
tagfunc.lua fix(lsp): Jump to tag locations reliably when :ltag is used (#22750) 2023-03-23 08:27:53 +01:00
types.lua feat(diagnostic): add support for tags 2023-03-30 14:49:58 +01:00
util.lua feat(lsp): render markdown in docs hover #22766 2023-03-25 12:46:07 -04:00