mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
update(nvim): switched to haskell-tools 2.x.x
This commit is contained in:
parent
76db6d493a
commit
cca10a95bf
3 changed files with 51 additions and 58 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue