diff options
Diffstat (limited to 'lua/lspconfig/dhall_lsp_server.lua')
| -rw-r--r-- | lua/lspconfig/dhall_lsp_server.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/lspconfig/dhall_lsp_server.lua b/lua/lspconfig/dhall_lsp_server.lua index 29e952c6..ae08b928 100644 --- a/lua/lspconfig/dhall_lsp_server.lua +++ b/lua/lspconfig/dhall_lsp_server.lua @@ -8,8 +8,9 @@ configs.dhall_lsp_server = { root_dir = function(fname) return util.root_pattern '.git'(fname) or util.path.dirname(fname) end, - docs = { - description = [[ + }, + docs = { + description = [[ https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server language server for dhall @@ -20,9 +21,8 @@ cabal install dhall-lsp-server ``` prebuilt binaries can be found [here](https://github.com/dhall-lang/dhall-haskell/releases). ]], - default_config = { - root_dir = [[root_pattern(".git") or dirname]], - }, + default_config = { + root_dir = [[root_pattern(".git") or dirname]], }, }, } |
