mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): haskell-tools
This commit is contained in:
parent
555b878b7e
commit
33f5ad52d8
2 changed files with 18 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue