style: fix comment typo (#1336)

This commit is contained in:
Zhizhen He
2023-08-30 00:02:45 +08:00
committed by GitHub
parent 23e2b073e6
commit 64c5848fe8

View File

@ -170,7 +170,7 @@ return {
require("lspconfig")[server].setup(server_opts)
end
-- get all the servers that are available thourgh mason-lspconfig
-- get all the servers that are available through mason-lspconfig
local have_mason, mlsp = pcall(require, "mason-lspconfig")
local all_mslp_servers = {}
if have_mason then