diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-12-14 16:53:19 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-12-14 16:54:17 -0500 |
| commit | 70d80ffffd19c9f216eeeffc6b3b4ed996132cf5 (patch) | |
| tree | 338a1eddbfb5f0defcb53b91b76ae100562a3b22 /modules/neovim/default.nix | |
| parent | 4826b2ef5cb0e54c49cd3c53f58caa5b49fab78c (diff) | |
| download | home-70d80ffffd19c9f216eeeffc6b3b4ed996132cf5.tar.gz | |
modules/neovim: scala support
Diffstat (limited to 'modules/neovim/default.nix')
| -rw-r--r-- | modules/neovim/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix index 5346574..c3dfae2 100644 --- a/modules/neovim/default.nix +++ b/modules/neovim/default.nix @@ -15,6 +15,7 @@ let (pkgs.vimPlugins.nvim-treesitter.withPlugins ( p: with p; [ tree-sitter-nix + tree-sitter-scala tree-sitter-nu tree-sitter-go tree-sitter-rst @@ -69,6 +70,8 @@ in clang-tools ruff nixfmt-rfc-style + scalafmt + metals stylua black isort |