Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
Fixes CI failures to do with formatting.
  • Loading branch information
sophieforrest authored Sep 16, 2024
1 parent 29186d4 commit d4649f0
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ A simple plugin that provides [Processing](https://processing.org/) support for

## Requirements

- Neovim >= 0.10.0 (may work on previous versions).
- processing-java
- Optional:
- [ctags](https://github.com/universal-ctags/ctags) (for `:Processing ctags`).
- a Processing Language Server (for lsp setup and `:Processing lsp`).
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) with
the [tree-sitter-java](https://github.com/tree-sitter/tree-sitter-java)
parser for syntax highlighting.

> [!warning]
> macOS users will need to install the processing-java command from the IDE.
> The `:make` command will not function without doing this.
> Location: Menu Bar > Tools > Install "processing-java"
- Neovim >= 0.10.0 (may work on previous versions).
- processing-java
- Optional:
- [ctags](https://github.com/universal-ctags/ctags) (for `:Processing ctags`).
- a Processing Language Server (for lsp setup and `:Processing lsp`).
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) with
the [tree-sitter-java](https://github.com/tree-sitter/tree-sitter-java)
parser for syntax highlighting.

> [!warning]
> macOS users will need to install the processing-java command from the IDE.
> The `:make` command will not function without doing this.
> Location: Menu Bar > Tools > Install "processing-java"
## Installation

Expand Down Expand Up @@ -107,10 +107,8 @@ vim.g.processing_nvim = {

## Recipes

init.lua, or any file that is sourced by init.lua


Code examples that users of processing.nvim may find useful to include in their configs.
These can be included anywhere in your configuration.

### Generating ctags on save

Expand Down

0 comments on commit d4649f0

Please sign in to comment.