Releases: Chaitanyabsprip/fastaction.nvim
Releases · Chaitanyabsprip/fastaction.nvim
v2.0.1
fix: remove debug print
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Removed range_code_action and integrated functionality into code_action.
- refactor: remove custom lsp code in favour of using builtin
vim.lsp.buf.code_action
. - fix: use exec_cmd due to the change in HEAD by @delphinus in #18
- fix: replaced deprecated vim.lsp.diagnostic.get_line_diagnostics with vim.diagnostic.get by @jonathancyu in #19
New Contributors
- @delphinus made their first contribution in #18
- @jonathancyu made their first contribution in #19
Full Changelog: v1.2.1...v2.0.0
v1.2.0
- feat: add kind field to GetActionConfigParams type. This allows the
users to handle different context in theoverride_function
.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- fix: always check lsp in priorities
Full Changelog: v1.0.5...v1.1.0
v1.0.5
- feat: allow priority per lsp
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Bug Fixes
- save original vim.ui.select method always on setup (45ce9a6)
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
Feat: add filetype (fastaction_popup) and buftype (nofile) to fastaction popup
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Bugfix: fix issue where empty default priority was not configured