From 2933e1a507071036b19c745b3162908458798558 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 17 Feb 2022 13:37:43 +0900 Subject: chore: follow editorconfig --- fnl/nvrc/packs/lspconfig.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/packs/lspconfig.fnl') 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 -- cgit 1.4.1