neovim/test/functional/plugin
Mathias Fußenegger 88411613e2
feat(lsp): add async option to vim.lsp.buf.format (#18322)
Deprecates the existing `vim.lsp.buf.formatting` function.
With this, `vim.lsp.buf.format` will replace all three:

- vim.lsp.buf.formatting
- vim.lsp.buf.formatting_sync
- vim.lsp.buf.formatting_seq_sync
2022-04-30 17:23:50 +02:00
..
lsp fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275) 2022-04-26 10:00:28 -07:00
health_spec.lua fix(healthcheck): handle empty reports 2022-02-09 10:18:22 +08:00
lsp_spec.lua feat(lsp): add async option to vim.lsp.buf.format (#18322) 2022-04-30 17:23:50 +02:00
man_spec.lua tests/ui: remove unnecessary screen:detach() 2019-10-13 22:10:42 +02:00
matchparen_spec.lua chore: fix typos (#17755) 2022-03-25 19:57:59 +01:00
msgpack_spec.lua test: Eliminate plugin/helpers.lua 2019-08-05 23:55:57 +02:00
shada_spec.lua feat(lua): add api and lua autocmds 2022-02-27 22:04:55 +01:00