From ba9340ec31fe4be307846b78bdc01c201f9aa113 Mon Sep 17 00:00:00 2001 From: Saeed Afzal Date: Sat, 14 May 2022 23:34:58 +0100 Subject: [PATCH] Fix lsp not starting --- lua/plugins/setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/setup.lua b/lua/plugins/setup.lua index c4bf856..ab800f0 100644 --- a/lua/plugins/setup.lua +++ b/lua/plugins/setup.lua @@ -124,7 +124,7 @@ require("packer").startup(function(use) { "neovim/nvim-lspconfig", config = function() - require("nvim-lsp-installer").setup() + require("nvim-lsp-installer").setup {} end } }