diff options
author | Chris <[email protected]> | 2021-08-01 18:14:45 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-08-01 18:14:45 -0400 |
commit | 85208a406261ea6f24be5951458b880261072466 (patch) | |
tree | ebf3b5e4448d324db6a4e945fa2525ac1810edbd /lua/default-config.lua | |
parent | 94fda1e939f493024a10f5e12ab1609ba178f1e6 (diff) | |
parent | fbbf1b22a4ab48e19a33a5b10322253ebbca7b8f (diff) |
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index e008f93c..9d1bb44e 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -507,7 +507,7 @@ lvim.lang = { lsp = { provider = "hls", setup = { - cmd = {DATA_PATH .. "/lspinstall/haskell/hls" }, + cmd = { DATA_PATH .. "/lspinstall/haskell/hls" }, on_attach = common_on_attach, on_init = common_on_init, capabilities = common_capabilities, |