Skip to content

Releases: sophieforrest/processing.nvim

v1.1.0

15 Sep 09:10
Compare
Choose a tag to compare

1.1.0 (2024-09-15)

Features

  • health: add processing-java to healthchecks (a8b6c3e)

v1.0.0

15 Sep 03:56
bc69616
Compare
Choose a tag to compare

1.0.0 (2024-09-15)

Features

  • add health check (be70a03)
  • begin work on config validation (fd3e23f)
  • calling :make has outputs (b3f38ba)
  • calling :make runs processing (a5df847)
  • commands: sort subcommands on add (4b2da5f)
  • config: create options and proper typing (afcc816)
  • ftplugin: ctags support (e770207)
  • ftplugin: enable syntax highlighting with treesitter (8824f0d)
  • ftplugin: set commentstring (c304534)
  • lsp: implement processing-lsp commands (fb4090b)
  • make command functionality (#3) (74e5f37)
  • register processing filetype (ef5f463)
  • simplify config (0136a84)

Bug Fixes

  • commands: sort commands with array (9c681a4)
  • ftplugin: run on BufReadPost (8f226a8)
  • lsp: change title to processing.nvim (16ea94f)
  • lsp: notify for invalid commands (b3e6b7b)
  • move filetype.add to ftdetect (22132df)