The janet-neovim-trial-kit may be a simple way to get a taste of what's possible without having to gather a bunch of packages and perform a lot of configuration upfront.
Below are some specific plugins that provide a variety of features related to Janet for Neovim. The trial kit mentioned above makes use of the plugins below so examining the kit might give some hints about how to configure your own setup.
Indentation features can be had via janet.vim.
Apart from indentation, syntax highlighting is also provided, though for the latter, using nvim-treesitter (see below) is another option.
Although janet.vim provides syntax highlighting, an alternative is to use nvim-treesitter.
The Janet support in nvim-treesitter is limited to syntax highlighting.
Interaction via REPL is available via conjure.
There are two ways to interact via REPL using conjure:
- netrepl REPL
- stdio-based REPL
One way to get some linting of Janet code is via nvim-lint.
There is built-in support for Janet in nvim-lint.