summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/lsp/lsp-installer.fnl2
1 files changed, 1 insertions, 1 deletions
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)))))