style: fix comment typo (#1336)
This commit is contained in:
1 parent
23e2b073e6
commit
64c5848fe8
1 file changed
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user