Skip to content

Releases: Chaitanyabsprip/fastaction.nvim

v2.0.1

16 Dec 19:33
Compare
Choose a tag to compare

fix: remove debug print
Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Dec 08:46
Compare
Choose a tag to compare

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

Full Changelog: v1.2.1...v2.0.0

v1.2.0

26 Oct 20:08
Compare
Choose a tag to compare
  • feat: add kind field to GetActionConfigParams type. This allows the
    users to handle different context in the override_function.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

26 Oct 14:42
Compare
Choose a tag to compare
  • fix: always check lsp in priorities

Full Changelog: v1.0.5...v1.1.0

v1.0.5

25 Oct 22:49
Compare
Choose a tag to compare
  • feat: allow priority per lsp

Full Changelog: v1.0.4...v1.0.5

v1.0.4

03 Oct 20:57
Compare
Choose a tag to compare

Bug Fixes

  • save original vim.ui.select method always on setup (45ce9a6)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

10 Sep 22:33
Compare
Choose a tag to compare

Bug Fixes

Features

  • add fallback_threshold configuration (0a908a5)
  • convert title to lower case before matching (0e3b599)
  • keep order high for auto generated keys (72eaeca)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 Sep 10:18
Compare
Choose a tag to compare

Feat: add filetype (fastaction_popup) and buftype (nofile) to fastaction popup

Full Changelog: v1.0.1...v1.0.2

v1.0.1

24 Aug 23:12
Compare
Choose a tag to compare

Bugfix: fix issue where empty default priority was not configured

v1.0.0

24 Aug 19:59
Compare
Choose a tag to compare

Features

  • add config for default priority, applies for all ft (46d07cd)
  • make default keys order take less effort when in order (c94abed)