From 42ae07b768965481ea44a2ec1c5e2580f308baf1 Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Fri, 1 Sep 2023 03:06:34 +0200 Subject: [PATCH] Ensure that a lsp for lua is installed --- lua/valeth/packer/lsp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/valeth/packer/lsp.lua b/lua/valeth/packer/lsp.lua index 0a84481..acd6955 100644 --- a/lua/valeth/packer/lsp.lua +++ b/lua/valeth/packer/lsp.lua @@ -3,7 +3,8 @@ local ufo = require("ufo") local tsb = require("telescope.builtin") lsp_zero.ensure_installed { - "rust_analyzer" + "lua_ls", + "rust_analyzer", } lsp_zero.on_attach(function(_, buffnr)