add(nvim): haskell-tools

This commit is contained in:
Léana 江 2023-07-09 09:40:54 +08:00 committed by Léana 江
parent 555b878b7e
commit 33f5ad52d8
2 changed files with 18 additions and 8 deletions

View file

@ -78,6 +78,11 @@ require("lazy").setup({
-- Power tools
{ "simrat39/rust-tools.nvim", dependencies = "neovim/nvim-lspconfig" },
{
'mrcjkb/haskell-tools.nvim',
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim" },
branch = "1.x.x"
},
{
"nvim-telescope/telescope.nvim",
branch = "0.1.x",