neovim/runtime/lua/vim
Gregory Anders a5bbb932f9 refactor: move vim.lsp.diagnostic to vim.diagnostic
This generalizes diagnostic handling outside of just the scope of LSP.
LSP clients are now a specific case of a diagnostic producer, but the
diagnostic subsystem is decoupled from the LSP subsystem (or will be,
eventually).

More discussion at [1].

[1]: https://github.com/neovim/neovim/pull/15585
2021-09-15 14:09:47 -06:00
..
lsp refactor: move vim.lsp.diagnostic to vim.diagnostic 2021-09-15 14:09:47 -06:00
treesitter docs: make Lua docstrings consistent #15255 2021-08-22 13:55:28 -07:00
_meta.lua fix(vim.opt): vimL map string values not trimmed (#14982) 2021-07-04 00:14:39 -07:00
compat.lua runtime/lua/vim/compat.lua 2018-12-20 11:57:30 +01:00
diagnostic.lua refactor: move vim.lsp.diagnostic to vim.diagnostic 2021-09-15 14:09:47 -06:00
F.lua fix(lua): preserve argument lists which are not lists 2021-08-29 16:04:50 +02:00
highlight.lua fix(lua): verify buffer in highlight.on_yank (#15482) 2021-08-26 16:37:36 +02:00
inspect.lua lua: metatable for empty dict value 2020-01-01 19:26:29 +01:00
lsp.lua refactor: move vim.lsp.diagnostic to vim.diagnostic 2021-09-15 14:09:47 -06:00
shared.lua perf(lua): optimize vim.deep_equal #15236 2021-09-10 06:22:40 -07:00
treesitter.lua feat(ts): add query module in treesitter keys 2021-08-23 15:34:08 +02:00
uri.lua docs: make Lua docstrings consistent #15255 2021-08-22 13:55:28 -07:00