From 804f2a342d1b2002ad383ff604e75eb0caba8f65 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 13 Nov 2024 06:17:23 -0600 Subject: ton of new stuff --- fnl/plugins/lspconfig.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/plugins/lspconfig.fnl') diff --git a/fnl/plugins/lspconfig.fnl b/fnl/plugins/lspconfig.fnl index 7034e33..bcd3527 100644 --- a/fnl/plugins/lspconfig.fnl +++ b/fnl/plugins/lspconfig.fnl @@ -2,7 +2,7 @@ (set capabilities (capabilities.default_capabilities)) (local lsp _G.settings.lsp) (local config_table {}) -(local lspconfig (require :lspconfig)) +(local lspconfig (_G.util.require! :lspconfig)) (each [language (lsp:gmatch "([^,]+)")] (when (= (. config_table language) nil) (tset config_table language {})) -- cgit v1.2.3