add(nvim): use scala metals

This commit is contained in:
Léana 江 2023-09-17 19:52:09 +02:00 committed by Léana 江
parent ea4e603744
commit 26b26442b5
3 changed files with 23 additions and 9 deletions

View file

@ -74,6 +74,7 @@ require("lazy").setup({
},
-- Power tools
{ 'scalameta/nvim-metals', dependencies = "nvim-lua/plenary.nvim" },
{ "simrat39/rust-tools.nvim", dependencies = "neovim/nvim-lspconfig" },
{
'mrcjkb/haskell-tools.nvim',
@ -107,4 +108,5 @@ require("lazy").setup({
"folke/neodev.nvim",
},
},
"mfussenegger/nvim-dap",
})