Fix lsp not starting

This commit is contained in:
Saeed Afzal
2022-05-14 23:34:58 +01:00
parent 6b84433e4e
commit ba9340ec31

View File

@@ -124,7 +124,7 @@ require("packer").startup(function(use)
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
config = function() config = function()
require("nvim-lsp-installer").setup() require("nvim-lsp-installer").setup {}
end end
} }
} }