Skip to content

Commit

Permalink
feat: add luau_lsp (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Sep 2, 2022
1 parent 99a9421 commit 2e53a6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/server-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
| [lelwel_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#lelwel_ls) | lelwel |
| [lemminx](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#lemminx) | lemminx |
| [ltex](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ltex) | ltex-ls |
| [luau_lsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#luau_lsp) | luau-lsp |
| [marksman](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#marksman) | marksman |
| [mm0_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#mm0_ls) | metamath-zero-lsp |
| [nickel_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#nickel_ls) | nickel-lang-lsp |
Expand Down
1 change: 1 addition & 0 deletions lua/mason-lspconfig/mappings/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ return {
liquid = { "tailwindcss", "theme_check" },
llw = { "lelwel_ls" },
lua = { "sumneko_lua" },
luau = { "luau_lsp" },
markdown = { "grammarly", "ltex", "marksman", "prosemd_lsp", "remark_ls", "tailwindcss", "zk" },
mdx = { "tailwindcss" },
["metamath-zero"] = { "mm0_ls" },
Expand Down
1 change: 1 addition & 0 deletions lua/mason-lspconfig/mappings/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ M.lspconfig_to_package = {
["lelwel_ls"] = "lelwel",
["lemminx"] = "lemminx",
["ltex"] = "ltex-ls",
["luau_lsp"] = "luau-lsp",
["marksman"] = "marksman",
["mm0_ls"] = "metamath-zero-lsp",
["nickel_ls"] = "nickel-lang-lsp",
Expand Down
1 change: 1 addition & 0 deletions lua/mason-lspconfig/win-exepath-compat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ return {
["lelwel_ls"] = true,
["lemminx"] = true,
["ltex"] = true,
["luau_lsp"] = true,
["mm0_ls"] = true,
["nickel_ls"] = true,
["nimls"] = true,
Expand Down

0 comments on commit 2e53a6b

Please sign in to comment.