summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/lsp-installer.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-09 21:12:18 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-09 21:12:18 +0200
commit3d6ede542c7cd70b91eae7a88533e5a5a058787b (patch)
treead9f6ae427f520621455c1949c1b1764cea8054c /fnl/config/lsp/lsp-installer.fnl
parent15e03fc018f4fc3a2429f1fb083ba0efdb959702 (diff)
fix(lsp installer): typo in name
Diffstat (limited to 'fnl/config/lsp/lsp-installer.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)))))