mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: update haskell-tools.nvim
This fixes the crashing issue
This commit is contained in:
parent
17d31fb1b1
commit
8c21b744f8
2 changed files with 4 additions and 6 deletions
|
|
@ -84,10 +84,8 @@ local plugins = {
|
|||
{ "vim-crystal/vim-crystal" },
|
||||
{
|
||||
"mrcjkb/haskell-tools.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim" },
|
||||
ft = { "haskell", "lhaskell", "cabal", "cabalproject" },
|
||||
version = "^3",
|
||||
lazy = false,
|
||||
version = "^4", -- Recommended
|
||||
lazy = false, -- This plugin is already lazy
|
||||
},
|
||||
"Treeniks/isabelle-syn.nvim",
|
||||
-- {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue