From abf932d721142a35e01a57ab9187ca35896cb237 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 18 Oct 2025 00:10:58 +0300 Subject: revert --- .config/nvim/lsp/hie.lua | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .config/nvim/lsp/hie.lua (limited to '.config/nvim/lsp/hie.lua') diff --git a/.config/nvim/lsp/hie.lua b/.config/nvim/lsp/hie.lua deleted file mode 100644 index 8d6acac..0000000 --- a/.config/nvim/lsp/hie.lua +++ /dev/null @@ -1,25 +0,0 @@ ----@brief ---- ---- https://github.com/haskell/haskell-ide-engine ---- ---- the following init_options are supported (see https://github.com/haskell/haskell-ide-engine#configuration): ---- ```lua ---- init_options = { ---- languageServerHaskell = { ---- hlintOn = bool; ---- maxNumberOfProblems = number; ---- diagnosticsDebounceDuration = number; ---- liquidOn = bool (default false); ---- completionSnippetsOn = bool (default true); ---- formatOnImportOn = bool (default true); ---- formattingProvider = string (default "brittany", alternate "floskell"); ---- } ---- } ---- ``` - ----@type vim.lsp.Config -return { - cmd = { 'hie-wrapper', '--lsp' }, - filetypes = { 'haskell' }, - root_markers = { 'stack.yaml', 'package.yaml', '.git' }, -} -- cgit v1.2.3