aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/hie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/hie.lua')
-rw-r--r--lua/lspconfig/hie.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/lspconfig/hie.lua b/lua/lspconfig/hie.lua
index 4efff0f1..8ef47c56 100644
--- a/lua/lspconfig/hie.lua
+++ b/lua/lspconfig/hie.lua
@@ -1,15 +1,15 @@
-local configs = require "lspconfig/configs"
-local util = require "lspconfig/util"
+local configs = require 'lspconfig/configs'
+local util = require 'lspconfig/util'
configs.hie = {
default_config = {
- cmd = { "hie-wrapper", "--lsp" },
- filetypes = { "haskell" },
- root_dir = util.root_pattern("stack.yaml", "package.yaml", ".git"),
+ cmd = { 'hie-wrapper', '--lsp' },
+ filetypes = { 'haskell' },
+ root_dir = util.root_pattern('stack.yaml', 'package.yaml', '.git'),
},
docs = {
- package_json = "https://raw.githubusercontent.com/alanz/vscode-hie-server/master/package.json",
+ package_json = 'https://raw.githubusercontent.com/alanz/vscode-hie-server/master/package.json',
description = [[
https://github.com/haskell/haskell-ide-engine