mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-27 12:45:53 +02:00
fix the formatting :pepehands: (#1208)
This commit is contained in:
parent
611f502104
commit
fbbf1b22a4
2 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -81,7 +81,6 @@ function M.setup(lang)
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
local lspconfig = require "lspconfig"
|
||||
lspconfig[lsp.provider].setup(lsp.setup)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue