diff options
author | amelia squires <[email protected]> | 2024-11-13 06:17:23 -0600 |
---|---|---|
committer | amelia squires <[email protected]> | 2024-11-13 06:17:23 -0600 |
commit | 804f2a342d1b2002ad383ff604e75eb0caba8f65 (patch) | |
tree | 0c23239e32ec36f6d9e84ac4d2099194881fd180 /fnl/plugins/lspconfig.fnl | |
parent | e47fa485563a8a806c52f66a18471bbf012ac5c1 (diff) |
ton of new stuff
Diffstat (limited to 'fnl/plugins/lspconfig.fnl')
-rw-r--r-- | fnl/plugins/lspconfig.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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 {})) |