Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ckipp01/scala-utils.nvim
- Owner: ckipp01
- License: apache-2.0
- Created: 2021-04-22T14:17:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T20:37:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T15:32:50.205Z (about 1 month ago)
- Topics: coursier, neovim, scala
- Language: Lua
- Homepage:
- Size: 33.2 KB
- Stars: 14
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).