update(nvim): switched to haskell-tools 2.x.x

This commit is contained in:
Léana 江 2023-08-30 16:17:25 +08:00 committed by Léana 江
parent 76db6d493a
commit cca10a95bf
3 changed files with 51 additions and 58 deletions

View file

@ -81,7 +81,8 @@ require("lazy").setup({
{
'mrcjkb/haskell-tools.nvim',
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim" },
branch = "1.x.x"
ft = { 'haskell', 'lhaskell', 'cabal', 'cabalproject' },
branch = "2.x.x",
},
{
"nvim-telescope/telescope.nvim",