Skip to content

Commit

Permalink
Incorporate @Uzaaft 's requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Per48edjes committed Sep 4, 2023
1 parent 199d8ef commit ead0450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/astrocommunity/pack/haskell/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ return {
"mrcjkb/haskell-tools.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim", -- Optional
{ "nvim-telescope/telescope.nvim", optional = true }, -- Optional
},
branch = "2.x.x", -- Recommended
init = function() -- Optional, see Advanced configuration
utils.list_insert_unique(astronvim.lsp.skip_setup, "hls")
astronvim.lsp.skip_setup = utils.list_insert_unique(astronvim.lsp.skip_setup, "hls")
vim.g.haskell_tools = {
hls = {
on_attach = function(client, bufnr, ht)
Expand Down

0 comments on commit ead0450

Please sign in to comment.