neovim/runtime/lua/vim
Fredrik Ekre a9d25e9472
fix(lsp): perform client side filtering of code actions (#18392)
Implement filtering of actions based on the kind when passing the 'only'
parameter to code_action(). Action kinds are hierachical with a '.' as
the separator, and the filter thus allows, for example, both 'quickfix'
and 'quickfix.foo' when requestiong only 'quickfix'.

Fix https://github.com/neovim/neovim/pull/18221#issuecomment-1110179121
2022-05-12 18:48:02 +02:00
..
filetype chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
lsp fix(lsp): perform client side filtering of code actions (#18392) 2022-05-12 18:48:02 +02:00
treesitter chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
_editor.lua feat(lua): vim.cmd() with kwargs acts like nvim_cmd() #18523 2022-05-12 06:34:38 -07:00
_init_packages.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
_meta.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
compat.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
diagnostic.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
F.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
filetype.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
highlight.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
inspect.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
keymap.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
lsp.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
shared.lua docs(api): improve shared lua functions docs (#17933) 2022-05-11 10:23:46 -06:00
treesitter.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
ui.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
uri.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00