Remove unneeded lspinstall option

This commit is contained in:
Marko Korhonen 2021-08-02 17:33:24 +03:00
parent 4361204e18
commit 3e6b20d44a
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -83,9 +83,6 @@ local function setup_servers()
-- get all installed servers
local servers = require'lspinstall'.installed_servers()
-- add servers to be installed
table.insert(servers, "rust_analyzer");
for _, server in pairs(servers) do
local config = make_config()