Skip to content

Commit

Permalink
fix(haskell): Remove unneeded and deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Nov 18, 2023
1 parent d36a0f0 commit fd8bd55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/astrocommunity/pack/haskell/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
local utils = require "astrocore"
local lsp_utils = require "astrolsp"
return {
{ import = "astrocommunity.pack.yaml" }, -- stack.yaml
{ import = "astrocommunity.pack.json" }, -- hls.json
Expand Down Expand Up @@ -28,7 +27,6 @@ return {
-- load the plugin when opening one of the following file types
ft = { "haskell", "lhaskell", "cabal", "cabalproject" },
init = function()
astronvim.lsp.skip_setup = utils.list_insert_unique(astronvim.lsp.skip_setup, "hls")
vim.g.haskell_tools = vim.tbl_deep_extend("keep", vim.g.haskell_tools or {}, {
hls = {
on_attach = function(client, bufnr, _) require("astronvim.utils.lsp").on_attach(client, bufnr) end,
Expand Down

0 comments on commit fd8bd55

Please sign in to comment.