diff options
| -rw-r--r-- | PACKAGES.md | 40 | ||||
| -rw-r--r-- | lua/mason-schemas/lsp/zls.lua | 2 |
2 files changed, 41 insertions, 1 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index 3faa3729..bb225c2b 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -65,6 +65,7 @@ - [esbonio](#esbonio) - [eslint-lsp](#eslint-lsp) - [eslint_d](#eslint_d) +- [fantomas](#fantomas) - [firefox-debug-adapter](#firefox-debug-adapter) - [fixjson](#fixjson) - [flake8](#flake8) @@ -111,6 +112,7 @@ - [lua-language-server](#lua-language-server) - [luacheck](#luacheck) - [luaformatter](#luaformatter) +- [luau-lsp](#luau-lsp) - [markdownlint](#markdownlint) - [marksman](#marksman) - [metamath-zero-lsp](#metamath-zero-lsp) @@ -1483,6 +1485,25 @@ Categories: `Linter` ``` +# fantomas + +> Fantomas is an opinionated code formatter for f# + +Homepage: [https://fsprojects.github.io/fantomas](https://fsprojects.github.io/fantomas) +Languages: `F#` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`d28d6a9`](https://github.com/williamboman/mason.nvim/commit/d28d6a9) 2022-09-02 - feat: add fantomas F# formatter ([#367](https://github.com/williamboman/mason.nvim/issues/367)) by Adelar da Silva Queiróz +</details> + +``` +:MasonInstall fantomas +``` + + # firefox-debug-adapter > Debug your web application or browser extension in Firefox @@ -2411,6 +2432,25 @@ Categories: `Formatter` ``` +# luau-lsp + +> An implementation of a language server for the Luau programming language. + +Homepage: [https://github.com/JohnnyMorganz/luau-lsp](https://github.com/JohnnyMorganz/luau-lsp) +Languages: `Luau` +Categories: `LSP` + +<details> + <summary>History:</summary> + +- [`a761c1f`](https://github.com/williamboman/mason.nvim/commit/a761c1f) 2022-09-01 - feat: add luau-lsp ([#366](https://github.com/williamboman/mason.nvim/issues/366)) by William Boman +</details> + +``` +:MasonInstall luau-lsp +``` + + # markdownlint > A Node.js style checker and lint tool for Markdown/CommonMark files diff --git a/lua/mason-schemas/lsp/zls.lua b/lua/mason-schemas/lsp/zls.lua index 1bdaf443..b2f490d9 100644 --- a/lua/mason-schemas/lsp/zls.lua +++ b/lua/mason-schemas/lsp/zls.lua @@ -1,3 +1,3 @@ -- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. -- stylua: ignore start -return {properties = {["zls.build_runner_path"] = {default = vim.NIL,description = "Path to the build_runner.zig file.",scope = "resource",type = "string"},["zls.builtin_path"] = {default = vim.NIL,description = 'Path to "builtin;" useful for debugging, automatically set if let null',scope = "resource",type = "string"},["zls.debugLog"] = {description = "Enable debug logging in release builds of zls.",scope = "resource",type = "boolean"},["zls.enable_import_embedfile_argument_completions"] = {default = false,description = "Whether to enable import/embedFile argument completions (NOTE: these are triggered manually as updating the autotrigger characters may cause issues)",scope = "resource",type = "boolean"},["zls.enable_inlay_hints"] = {default = false,description = "Inlay hint support",scope = "resource",type = "boolean"},["zls.enable_semantic_tokens"] = {default = true,description = "Semantic token support",scope = "resource",type = "boolean"},["zls.enable_snippets"] = {default = false,description = "Whether to enable snippet completions",scope = "resource",type = "boolean"},["zls.enable_unused_variable_warnings"] = {default = false,description = "Whether to enable unused variable warnings",scope = "resource",type = "boolean"},["zls.global_cache_path"] = {default = vim.NIL,description = "Path to the global cache directory",scope = "resource",type = "string"},["zls.include_at_in_builtins"] = {default = false,description = "Whether the @ sign should be part of the completion of builtins",scope = "resource",type = "boolean"},["zls.inlay_hints_exclude_single_argument"] = {default = true,description = "don't show inlay hints for single argument calls",scope = "resource",type = "boolean"},["zls.inlay_hints_show_builtin"] = {default = true,description = "enable inlay hints for builtin functions",scope = "resource",type = "boolean"},["zls.max_detail_length"] = {default = 1048576,description = "The detail field of completions is truncated to be no longer than this (in bytes).",scope = "resource",type = "integer"},["zls.operator_completions"] = {default = true,description = "Whether to enable `*` and `?` operators in completion lists",scope = "resource",type = "boolean"},["zls.path"] = {description = "Path to `zls` executable. Example: `C:/zls/zig-cache/bin/zls.exe`.",format = "path",scope = "resource",type = "string"},["zls.skip_std_references"] = {default = false,description = "Skips references to std. This will improve lookup speeds. Going to definition however will continue to work",scope = "resource",type = "boolean"},["zls.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["zls.warn_style"] = {default = false,description = "Whether to pay attention to style issues. This is opt-in since the style guide explicitly states that the style info provided is a guideline only.",scope = "resource",type = "boolean"},["zls.zig_exe_path"] = {default = vim.NIL,description = "Zig executable path used to run the custom build runner. May be used to find a lib path if none is provided.",scope = "resource",type = "string"},["zls.zig_lib_path"] = {default = vim.NIL,description = "Zig library path",scope = "resource",type = "string"}},title = "Zig Language Server",type = "object"}
\ No newline at end of file +return {properties = {["zls.build_runner_path"] = {default = vim.NIL,description = "Path to the build_runner.zig file.",scope = "resource",type = "string"},["zls.builtin_path"] = {default = vim.NIL,description = 'Path to "builtin;" useful for debugging, automatically set if let null',scope = "resource",type = "string"},["zls.debugLog"] = {description = "Enable debug logging in release builds of zls.",scope = "resource",type = "boolean"},["zls.enable_ast_check_diagnostics"] = {default = false,description = "Whether to enable ast-check diagnostics",scope = "resource",type = "boolean"},["zls.enable_import_embedfile_argument_completions"] = {default = false,description = "Whether to enable import/embedFile argument completions (NOTE: these are triggered manually as updating the autotrigger characters may cause issues)",scope = "resource",type = "boolean"},["zls.enable_inlay_hints"] = {default = false,description = "Inlay hint support",scope = "resource",type = "boolean"},["zls.enable_semantic_tokens"] = {default = true,description = "Semantic token support",scope = "resource",type = "boolean"},["zls.enable_snippets"] = {default = false,description = "Whether to enable snippet completions",scope = "resource",type = "boolean"},["zls.global_cache_path"] = {default = vim.NIL,description = "Path to the global cache directory",scope = "resource",type = "string"},["zls.include_at_in_builtins"] = {default = false,description = "Whether the @ sign should be part of the completion of builtins",scope = "resource",type = "boolean"},["zls.inlay_hints_exclude_single_argument"] = {default = true,description = "don't show inlay hints for single argument calls",scope = "resource",type = "boolean"},["zls.inlay_hints_show_builtin"] = {default = true,description = "enable inlay hints for builtin functions",scope = "resource",type = "boolean"},["zls.max_detail_length"] = {default = 1048576,description = "The detail field of completions is truncated to be no longer than this (in bytes).",scope = "resource",type = "integer"},["zls.operator_completions"] = {default = true,description = "Whether to enable `*` and `?` operators in completion lists",scope = "resource",type = "boolean"},["zls.path"] = {description = "Path to `zls` executable. Example: `C:/zls/zig-cache/bin/zls.exe`.",format = "path",scope = "resource",type = "string"},["zls.skip_std_references"] = {default = false,description = "Skips references to std. This will improve lookup speeds. Going to definition however will continue to work",scope = "resource",type = "boolean"},["zls.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["zls.warn_style"] = {default = false,description = "Whether to pay attention to style issues. This is opt-in since the style guide explicitly states that the style info provided is a guideline only.",scope = "resource",type = "boolean"},["zls.zig_exe_path"] = {default = vim.NIL,description = "Zig executable path used to run the custom build runner. May be used to find a lib path if none is provided.",scope = "resource",type = "string"},["zls.zig_lib_path"] = {default = vim.NIL,description = "Zig library path",scope = "resource",type = "string"}},title = "Zig Language Server",type = "object"}
\ No newline at end of file |
