mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): use scala metals
This commit is contained in:
parent
ea4e603744
commit
26b26442b5
3 changed files with 23 additions and 9 deletions
|
|
@ -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",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue