]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
nvim: disable Haskell lsp
authorAlexander Goussas <[email protected]>
Mon, 30 Jun 2025 03:33:23 +0000 (22:33 -0500)
committerAlexander Goussas <[email protected]>
Mon, 30 Jun 2025 03:33:23 +0000 (22:33 -0500)
nvim/.config/nvim/lua/plugins/lsp.lua

index a6829b4e61e1b983af7ed408377135bba74db50c..fa6a0d3f912f4f982495922653c0fb3151b11704 100644 (file)
@@ -22,6 +22,7 @@ return {
 
       lspconfig.gleam.setup({})
 
+      --[[
       lspconfig.hls.setup({
         filetypes = { 'haskell', 'lhaskell', 'cabal' },
         cmd = { 'haskell-language-server-9.4.8~2.10.0.0', '--lsp' },
@@ -39,6 +40,7 @@ return {
           },
         },
       })
+      --]]
 
       lspconfig.lua_ls.setup({
         settings = {