about summary refs log tree commit diff
path: root/fnl/nvrc/packs/lspconfig.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-17 13:37:43 +0900
committersefidel <contact@sefidel.net>2022-02-17 13:37:43 +0900
commit2933e1a507071036b19c745b3162908458798558 (patch)
treeb87bfb4044a750ac0b4d13a815767f1246377f74 /fnl/nvrc/packs/lspconfig.fnl
parent2b76a1f7327d206532445c1ee4c3381455163299 (diff)
downloadnvimrc-2933e1a507071036b19c745b3162908458798558.tar.gz
nvimrc-2933e1a507071036b19c745b3162908458798558.zip
chore: follow editorconfig
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