From 3d6ede542c7cd70b91eae7a88533e5a5a058787b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 9 Apr 2022 21:12:18 +0200 Subject: fix(lsp installer): typo in name --- fnl/config/lsp/lsp-installer.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl index fd2271d..116f637 100644 --- a/fnl/config/lsp/lsp-installer.fnl +++ b/fnl/config/lsp/lsp-installer.fnl @@ -19,7 +19,7 @@ (vim.tbl_deep_extend :force pyright-opts opts)))) -(let [lsp-installer (util.load-plugin :lsp-installer)] +(let [lsp-installer (util.load-plugin :nvim-lsp-installer)] (lsp-installer.on_server_ready (fn [server] (let [opts (get-server-opts server)] (server:setup opts))))) -- cgit v1.2.3-70-g09d2