Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ckipp01/scala-utils.nvim

Utilities for working with Scala in NeoVim.
https://github.com/ckipp01/scala-utils.nvim

coursier neovim scala

Last synced: 15 days ago
JSON representation

Utilities for working with Scala in NeoVim.

Awesome Lists containing this project

README

        

# scala-utils.nvim

Some extra utils for working with modern Scala tooling in NeoVim.

NOTE: This is pretty rapidly changing at the moment, so expect things to break.

## Installation

```lua
use {
"ckipp01/scala-utils.nvim",
requires = { "nvim-lua/plenary.nvim" }
}
```

## Available modules

- [Coursier](https://get-coursier.io)

## Getting Started

Check out the [help
docs](https://github.com/ckipp01/scala-utils.nvim/blob/main/doc/scala-utils.txt).