about summary refs log tree commit diff
path: root/fnl/nvrc/packs/lspconfig.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs/lspconfig.fnl')
-rw-r--r--fnl/nvrc/packs/lspconfig.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl
index 83a4146..08ef66a 100644
--- a/fnl/nvrc/packs/lspconfig.fnl
+++ b/fnl/nvrc/packs/lspconfig.fnl
@@ -30,7 +30,7 @@
   "initialize a language server with defaults"
   (let [merged-opts (merge {: on_attach
                                   :capabilities default_capabilities}
-                                 (or ?opts {}))]
+                           (or ?opts {}))]
     ((. lsp lsp-name :setup) merged-opts)))
 
 (tset vim.lsp.handlers :textDocument/publishDiagnostics